Home
last modified time | relevance | path

Searched refs:STMFX_FUNC_GPIO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Dstmfx.h90 STMFX_FUNC_GPIO = BIT(0), /* GPIO[15:0] */ enumerator
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-stmfx.c620 u32 func = STMFX_FUNC_GPIO; in stmfx_pinctrl_gpio_function_enable()
742 STMFX_FUNC_GPIO | in stmfx_pinctrl_remove()
/openbmc/linux/drivers/mfd/
H A Dstmfx.c101 if (func & STMFX_FUNC_GPIO) in stmfx_func_to_mask()