Searched refs:port_pb_i2c_shadow (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/arch/cris/arch-v10/drivers/ | 
| D | i2c.c | 85 #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()
  | 
| D | sync_serial.c | 301 	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()
  | 
| /linux-4.4.14/arch/cris/arch-v10/kernel/ | 
| D | shadows.c | 12 unsigned char port_pb_i2c_shadow;  variable
  | 
| D | head.S | 448 	move.d  $r0,[port_pb_i2c_shadow]
  | 
| /linux-4.4.14/arch/cris/include/arch-v10/arch/ | 
| D | io.h | 10 extern unsigned char port_pb_i2c_shadow;
  |