Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dgpio.h25 enum stm32_gpio_pin { enum
90 enum stm32_gpio_pin pin;
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/
H A Dgpio.h24 enum stm32_gpio_pin { enum
89 enum stm32_gpio_pin pin;
/openbmc/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c124 static inline int stm32_gpio_pin(int gpio) in stm32_gpio_pin() function
275 int pin = stm32_gpio_pin(offset); in stm32_gpio_get_direction()
854 pin = stm32_gpio_pin(g->pin); in stm32_pmx_set_mux()
867 int pin = stm32_gpio_pin(gpio); in stm32_pmx_gpio_set_direction()
883 if (!gpiochip_line_is_valid(range->gc, stm32_gpio_pin(gpio))) { in stm32_pmx_request()
1092 offset = stm32_gpio_pin(pin); in stm32_pconf_parse_conf()
1216 offset = stm32_gpio_pin(pin); in stm32_pconf_dbg_show()
1675 u32 val, alt, mode, offset = stm32_gpio_pin(pin); in stm32_pinctrl_restore_gpio_regs()