Searched defs:ioc_control (Results 1 - 1 of 1) sorted by relevance

/drivers/i2c/busses/
H A Di2c-acorn.c37 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); local
47 ioc_writeb(ioc_control | ones, IOC_CONTROL);
52 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); local
62 ioc_writeb(ioc_control | ones, IOC_CONTROL);

Completed in 133 milliseconds