Searched refs:port_pb_dir_shadow (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/arch/cris/drivers/ |
D | i2c.c | 140 REG_SHADOW_SET(R_PORT_PB_DIR, port_pb_dir_shadow, SDABIT, 1) 142 REG_SHADOW_SET(R_PORT_PB_DIR, port_pb_dir_shadow, SDABIT, 0) 165 REG_SHADOW_SET(R_PORT_PB_DIR, port_pb_dir_shadow, 0, 1); 168 REG_SHADOW_SET(R_PORT_PB_DIR, port_pb_dir_shadow, 0, 0); 706 port_pb_dir_shadow &= ~IO_MASK(R_PORT_PB_DIR, dir0); in i2c_init() 707 port_pb_dir_shadow &= ~IO_MASK(R_PORT_PB_DIR, dir1); in i2c_init() 709 *R_PORT_PB_DIR = (port_pb_dir_shadow |= in i2c_init()
|
D | ds1302.c | 146 #define TK_RST_DIR(x) REG_SHADOW_SET(R_PORT_PB_DIR, port_pb_dir_shadow, CONFIG_ETRAX_DS1302_RSTBI… 155 #define TK_SDA_DIR(x) REG_SHADOW_SET(R_PORT_PB_DIR, port_pb_dir_shadow, CONFIG_ETRAX_DS1302_SDABI… 156 #define TK_SCL_DIR(x) REG_SHADOW_SET(R_PORT_PB_DIR, port_pb_dir_shadow, CONFIG_ETRAX_DS1302_SCLBI…
|
D | ide.c | 430 port_pb_dir_shadow = port_pb_dir_shadow | in init_e100_ide() 432 *R_PORT_PB_DIR = port_pb_dir_shadow; in init_e100_ide()
|
D | gpio.c | 234 &port_pb_dir_shadow
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | shadows.c | 13 unsigned char port_pb_dir_shadow; variable
|
D | crisksyms.c | 79 EXPORT_SYMBOL(port_pb_dir_shadow);
|
D | head.S | 709 move.b $r0,[port_pb_dir_shadow]
|
/linux-2.4.37.9/include/asm-cris/ |
D | io.h | 46 extern unsigned char port_pb_dir_shadow;
|