Home
last modified time | relevance | path

Searched refs:ioc_control (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-acorn.c32 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setscl() local
42 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setscl()
47 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setsda() local
57 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setsda()