Searched refs:port_pb_i2c_shadow (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/cris/drivers/ |
D | i2c.c | 158 #define i2c_enable() *R_PORT_PB_I2C = (port_pb_i2c_shadow |= IO_MASK(R_PORT_PB_I2C, i2c_en)) 159 #define i2c_disable() *R_PORT_PB_I2C = (port_pb_i2c_shadow &= ~IO_MASK(R_PORT_PB_I2C, i2c_en)) 164 *R_PORT_PB_I2C = (port_pb_i2c_shadow &= ~IO_MASK(R_PORT_PB_I2C, i2c_oe_)); \ 167 *R_PORT_PB_I2C = (port_pb_i2c_shadow |= IO_MASK(R_PORT_PB_I2C, i2c_oe_)); \ 173 *R_PORT_PB_I2C = (port_pb_i2c_shadow = (port_pb_i2c_shadow & \ 178 *R_PORT_PB_I2C = (port_pb_i2c_shadow = (port_pb_i2c_shadow & \ 699 *R_PORT_PB_I2C = port_pb_i2c_shadow |= in i2c_init()
|
D | sync_serial.c | 246 SETS(port_pb_i2c_shadow, R_PORT_PB_I2C, syncser1, ss1extra); in etrax_sync_serial_init() 275 SETS(port_pb_i2c_shadow, R_PORT_PB_I2C, syncser3, ss3extra); in etrax_sync_serial_init() 305 *R_PORT_PB_I2C = port_pb_i2c_shadow; /* Use PB4/PB7 */ in etrax_sync_serial_init()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | shadows.c | 11 unsigned char port_pb_i2c_shadow; variable
|
D | head.S | 723 move.d $r0,[port_pb_i2c_shadow]
|
/linux-2.4.37.9/include/asm-cris/ |
D | io.h | 44 extern unsigned char port_pb_i2c_shadow;
|