Home
last modified time | relevance | path

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

/arch/cris/arch-v10/drivers/
Di2c.c85 #define i2c_enable() *R_PORT_PB_I2C = (port_pb_i2c_shadow |= IO_MASK(R_PORT_PB_I2C, i2c_en))
86 #define i2c_disable() *R_PORT_PB_I2C = (port_pb_i2c_shadow &= ~IO_MASK(R_PORT_PB_I2C, i2c_en))
91 *R_PORT_PB_I2C = (port_pb_i2c_shadow &= ~IO_MASK(R_PORT_PB_I2C, i2c_oe_)); \
94 *R_PORT_PB_I2C = (port_pb_i2c_shadow |= IO_MASK(R_PORT_PB_I2C, i2c_oe_)); \
100 *R_PORT_PB_I2C = (port_pb_i2c_shadow = (port_pb_i2c_shadow & \
105 *R_PORT_PB_I2C = (port_pb_i2c_shadow = (port_pb_i2c_shadow & \
641 *R_PORT_PB_I2C = port_pb_i2c_shadow |= in i2c_init()
Dsync_serial.c301 SETS(port_pb_i2c_shadow, R_PORT_PB_I2C, syncser1, ss1extra); in etrax_sync_serial_init()
313 SETS(port_pb_i2c_shadow, R_PORT_PB_I2C, syncser3, ss3extra); in etrax_sync_serial_init()
323 *R_PORT_PB_I2C = port_pb_i2c_shadow; /* Use PB4/PB7 */ in etrax_sync_serial_init()
/arch/cris/arch-v10/kernel/
Dshadows.c12 unsigned char port_pb_i2c_shadow; variable
Dhead.S448 move.d $r0,[port_pb_i2c_shadow]
/arch/cris/include/arch-v10/arch/
Dio.h10 extern unsigned char port_pb_i2c_shadow;