Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/stm32/
Dpinctrl-stm32.h15 #define STM32_GET_PIN_FUNC(x) ((x) & 0xff) macro
Dpinctrl-stm32.c644 func = STM32_GET_PIN_FUNC(pinfunc); in stm32_pctrl_dt_subnode_to_map()