Searched refs:IOC_CONTROL (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-acorn.c29 * We must preserve all non-i2c output bits in IOC_CONTROL.
32 * values read back from IOC_CONTROL).
38 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA);
48 ioc_writeb(ioc_control | ones, IOC_CONTROL);
53 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA);
63 ioc_writeb(ioc_control | ones, IOC_CONTROL);
68 return (ioc_readb(IOC_CONTROL) & SCL) != 0;
73 return (ioc_readb(IOC_CONTROL) & SDA) != 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dioc.h27 #define IOC_CONTROL (0x00) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dioc.h27 #define IOC_CONTROL (0x00) macro

Completed in 54 milliseconds