Searched refs:IOC_BASE (Results 1 – 3 of 3) sorted by relevance
4 .equ ioc_base_high, IOC_BASE & 0xff0000005 .equ ioc_base_low, IOC_BASE & 0x00ff0000
54 #define IOC_BASE (IO_BASE + 0x00200000) macro
22 #define ioc_readb(off) __raw_readb(IOC_BASE + (off))23 #define ioc_writeb(val,off) __raw_writeb(val, IOC_BASE + (off))