Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dstmfx.c21 case STMFX_REG_IRQ_SRC_EN: in stmfx_reg_volatile()
177 regmap_write(stmfx->map, STMFX_REG_IRQ_SRC_EN, stmfx->irq_src); in stmfx_irq_bus_sync_unlock()
398 regmap_write(stmfx->map, STMFX_REG_IRQ_SRC_EN, 0); in stmfx_chip_exit()
531 ret = regmap_raw_write(stmfx->map, STMFX_REG_IRQ_SRC_EN, in stmfx_resume()
/openbmc/linux/include/linux/mfd/
H A Dstmfx.h19 #define STMFX_REG_IRQ_SRC_EN 0x42 /* RW */ macro