Searched refs:port_pb_data_shadow (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | io.h | 13 extern unsigned char port_pb_data_shadow; 107 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, CONFIG_ETRAX_LED1G, !(x)) 109 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, CONFIG_ETRAX_LED1R, !(x)) 111 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, CONFIG_ETRAX_LED2G, !(x)) 113 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, CONFIG_ETRAX_LED2R, !(x)) 116 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, CONFIG_ETRAX_LED3G, !(x));\ 117 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, CONFIG_ETRAX_LED3R, !(x));\ 120 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, \
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | i2c.c | 74 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, SCLBIT, x) 76 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, SDABIT, x) 102 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, 1, x); 107 REG_SHADOW_SET(R_PORT_PB_DATA, port_pb_data_shadow, 0, x);
|
D | gpio.c | 91 &port_pb_data_shadow
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | shadows.c | 15 unsigned char port_pb_data_shadow; variable
|
D | crisksyms.c | 9 EXPORT_SYMBOL(port_pb_data_shadow);
|
D | head.S | 444 move.b $r0,[port_pb_data_shadow]
|
/linux-4.4.14/drivers/tty/serial/ |
D | crisv10.c | 475 (&port_pb_data_shadow):&dummy_ser[line]))
|