Searched refs:REG_CFG (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/watchdog/ |
H A D | allwinner-wdt.c | 39 REG_CFG, /* Watchdog configuration register */ enumerator 87 [0x0014] = REG_CFG, 132 case REG_CFG: in allwinner_wdt_sun6i_read() 148 case REG_CFG: in allwinner_wdt_sun6i_write() 158 if (s->regs[REG_CFG] & RST_EN_SUN6I_MASK) { in allwinner_wdt_sun6i_can_reset_system()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | tca8418_keypad.c | 44 #define REG_CFG 0x01 macro 256 error = tca8418_write_byte(keypad_data, REG_CFG, in tca8418_configure()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spinand.h | 131 #define REG_CFG 0xb0 macro
|
/openbmc/linux/include/linux/mtd/ |
H A D | spinand.h | 154 #define REG_CFG 0xb0 macro
|
/openbmc/u-boot/drivers/mtd/nand/spi/ |
H A D | core.c | 100 ret = spinand_write_reg_op(spinand, REG_CFG, cfg); in spinand_set_cfg() 189 ret = spinand_read_reg_op(spinand, REG_CFG, in spinand_init_cfg_cache()
|
/openbmc/linux/drivers/mtd/nand/spi/ |
H A D | core.c | 75 ret = spinand_write_reg_op(spinand, REG_CFG, cfg); in spinand_set_cfg() 156 ret = spinand_read_reg_op(spinand, REG_CFG, in spinand_read_cfg()
|