Searched refs:STM32_GET_PIN_FUNC (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/drivers/pinctrl/stm32/ | ||
D | pinctrl-stm32.h | 15 #define STM32_GET_PIN_FUNC(x) ((x) & 0xff) macro |
D | pinctrl-stm32.c | 635 func = STM32_GET_PIN_FUNC(pinfunc); in stm32_pctrl_dt_subnode_to_map() |