Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/drivers/
Di2c.c158 #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()
Dsync_serial.c246 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/
Dshadows.c11 unsigned char port_pb_i2c_shadow; variable
Dhead.S723 move.d $r0,[port_pb_i2c_shadow]
/linux-2.4.37.9/include/asm-cris/
Dio.h44 extern unsigned char port_pb_i2c_shadow;