Searched refs:IOC_BASE (Results 1 – 4 of 4) sorted by relevance
6 .equ ioc_base_high, IOC_BASE & 0xff0000007 .equ ioc_base_low, IOC_BASE & 0x00ff0000
80 reg = readb(IOC_BASE + IOMD_IRQREQB); in iomd_get_irq_nr()86 reg = readb(IOC_BASE + IOMD_DMAREQ); in iomd_get_irq_nr()92 reg = readb(IOC_BASE + IOMD_IRQREQA); in iomd_get_irq_nr()
19 #define ioc_readb(off) __raw_readb(IOC_BASE + (off))20 #define ioc_writeb(val,off) __raw_writeb(val, IOC_BASE + (off))
51 #define IOC_BASE (IO_BASE + 0x00200000) macro