Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.h20 #define STM32_PIN_RSVD (STM32_PIN_ANALOG + 1) macro
21 #define STM32_CONFIG_NUM (STM32_PIN_RSVD + 1)
H A Dpinctrl-stm32.c717 if (fnum == STM32_PIN_RSVD) in stm32_pctrl_is_function_valid()
1014 if (function == STM32_PIN_RSVD) { in stm32_pmx_set_mux()