Searched refs:REG_WRITE_ENABLE (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps6524x-regulator.c | 105 #define REG_WRITE_ENABLE 0xd macro 259 ret = __write_reg(hw, REG_WRITE_ENABLE, 1); in rmw_protect() 269 ret = __write_reg(hw, REG_WRITE_ENABLE, 0); in rmw_protect()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | tps6524x-regulator.c | 105 #define REG_WRITE_ENABLE 0xd macro 259 ret = __write_reg(hw, REG_WRITE_ENABLE, 1); in rmw_protect() 269 ret = __write_reg(hw, REG_WRITE_ENABLE, 0); in rmw_protect()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | ili210x.c | 38 #define REG_WRITE_ENABLE 0xc4 macro 638 u8 cmd_wren[3] = { REG_WRITE_ENABLE, 0x5a, 0xa5 }; in ili251x_switch_ic_mode() 714 REG_WRITE_ENABLE, 0x5a, 0xa5, dataflash, in ili251x_firmware_write_to_ic()
|
Completed in 4 milliseconds