Searched refs:STMFX_FUNC_GPIO (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/mfd/ | ||
H A D | stmfx.h | 90 STMFX_FUNC_GPIO = BIT(0), /* GPIO[15:0] */ enumerator |
/linux/drivers/mfd/ | ||
H A D | stmfx.c | 101 if (func & STMFX_FUNC_GPIO) in stmfx_func_to_mask() |