Searched refs:IO_OFFSET (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-davinci/include/mach/
H A Dhardware.h26 #define IO_OFFSET 0xfd000000 /* Virtual IO = 0xfec00000 */ macro
28 #define IO_VIRT (IO_PHYS + IO_OFFSET)
29 #define io_v2p(va) ((va) - IO_OFFSET)
30 #define __IO_ADDRESS(x) ((x) + IO_OFFSET)
/linux-4.4.14/drivers/crypto/ccp/
H A Dccp-pci.c29 #define IO_OFFSET 0x20000 macro
158 if ((io_flags & IORESOURCE_MEM) && (io_len >= (IO_OFFSET + 0x800))) ccp_find_mmio_area()
210 ccp->io_regs = ccp->io_map + IO_OFFSET; ccp_pci_probe()

Completed in 282 milliseconds