Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/i2c/busses/
Di2c-acorn.c38 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setscl()
48 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setscl()
53 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setsda()
63 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setsda()
68 return (ioc_readb(IOC_CONTROL) & SCL) != 0; in ioc_getscl()
73 return (ioc_readb(IOC_CONTROL) & SDA) != 0; in ioc_getsda()
/linux-2.6.39/arch/arm/include/asm/hardware/
Dioc.h27 #define IOC_CONTROL (0x00) macro