Searched refs:ioc_readb (Results 1 – 2 of 2) sorted by relevance
38 count1 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_read()40 status = ioc_readb(IOC_IRQREQA); in ioc_timer_read()44 count2 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_read()
19 #define ioc_readb(off) __raw_readb(IOC_BASE + (off)) macro
Completed in 9 milliseconds