Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mfd/
A Dstmfx.c20 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()
400 regmap_write(stmfx->map, STMFX_REG_SYS_CTRL, 0); in stmfx_chip_exit()
481 ret = regmap_raw_read(stmfx->map, STMFX_REG_SYS_CTRL, in stmfx_suspend()
521 ret = regmap_raw_write(stmfx->map, STMFX_REG_SYS_CTRL, in stmfx_resume()
/linux-6.3-rc2/include/linux/mfd/
A Dstmfx.h16 #define STMFX_REG_SYS_CTRL 0x40 /* RW */ macro

Completed in 4 milliseconds