Home
last modified time | relevance | path

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

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