Searched refs:IO_OFFSET (Results 1 – 2 of 2) sorted by relevance
26 #define IO_OFFSET 0xfd000000 /* Virtual IO = 0xfec00000 */ macro28 #define IO_VIRT (IO_PHYS + IO_OFFSET)29 #define io_v2p(va) ((va) - IO_OFFSET)30 #define __IO_ADDRESS(x) ((x) + IO_OFFSET)
29 #define IO_OFFSET 0x20000 macro158 if ((io_flags & IORESOURCE_MEM) && (io_len >= (IO_OFFSET + 0x800))) in ccp_find_mmio_area()210 ccp->io_regs = ccp->io_map + IO_OFFSET; in ccp_pci_probe()