Home
last modified time | relevance | path

Searched refs:stm32_offset_to_index (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c27 int stm32_offset_to_index(struct udevice *dev, unsigned int offset) in stm32_offset_to_index() function
52 idx = stm32_offset_to_index(dev, offset); in stm32_gpio_direction_input()
73 idx = stm32_offset_to_index(dev, offset); in stm32_gpio_direction_output()
93 idx = stm32_offset_to_index(dev, offset); in stm32_gpio_get_value()
106 idx = stm32_offset_to_index(dev, offset); in stm32_gpio_set_value()
124 idx = stm32_offset_to_index(dev, offset); in stm32_gpio_get_function()
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dgpio.h118 int stm32_offset_to_index(struct udevice *dev, unsigned int offset);
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/
H A Dgpio.h117 int stm32_offset_to_index(struct udevice *dev, unsigned int offset);
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c137 *idx = stm32_offset_to_index(gpio_bank->gpio_dev, in stm32_pinctrl_get_gpio_dev()