Searched refs:ioc_readb (Results 1 – 3 of 3) sorted by relevance
37 count1 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_gettimeoffset()39 status = ioc_readb(IOC_IRQREQA); in ioc_timer_gettimeoffset()43 count2 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_gettimeoffset()
35 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setscl()50 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setsda()65 return (ioc_readb(IOC_CONTROL) & SCL) != 0; in ioc_getscl()70 return (ioc_readb(IOC_CONTROL) & SDA) != 0; in ioc_getsda()
22 #define ioc_readb(off) __raw_readb(IOC_BASE + (off)) macro