Searched refs:STMFX_REG_SYS_CTRL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | stmfx.c | 20 case STMFX_REG_SYS_CTRL: in stmfx_reg_volatile() 46 return (reg >= STMFX_REG_SYS_CTRL); in stmfx_reg_writeable() 122 ret = regmap_read(stmfx->map, STMFX_REG_SYS_CTRL, &sys_ctrl); in stmfx_function_enable() 154 return regmap_update_bits(stmfx->map, STMFX_REG_SYS_CTRL, mask, mask); in stmfx_function_enable() 162 return regmap_update_bits(stmfx->map, STMFX_REG_SYS_CTRL, mask, 0); in stmfx_function_disable() 313 ret = regmap_write(stmfx->map, STMFX_REG_SYS_CTRL, in stmfx_chip_reset() 399 regmap_write(stmfx->map, STMFX_REG_SYS_CTRL, 0); in stmfx_chip_exit() 480 ret = regmap_raw_read(stmfx->map, STMFX_REG_SYS_CTRL, in stmfx_suspend() 520 ret = regmap_raw_write(stmfx->map, STMFX_REG_SYS_CTRL, in stmfx_resume()
|
/linux-6.12.1/include/linux/mfd/ |
D | stmfx.h | 16 #define STMFX_REG_SYS_CTRL 0x40 /* RW */ macro
|