Home
last modified time | relevance | path

Searched refs:REG_WRITE_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/regulator/
H A Dtps6524x-regulator.c105 #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()
/linux/drivers/input/touchscreen/
H A Dili210x.c38 #define REG_WRITE_ENABLE 0xc4 macro
630 u8 cmd_wren[3] = { REG_WRITE_ENABLE, 0x5a, 0xa5 }; in ili251x_switch_ic_mode()
706 REG_WRITE_ENABLE, 0x5a, 0xa5, dataflash, in ili251x_firmware_write_to_ic()