Searched refs:stm32_offset_to_index (Results 1 – 4 of 4) sorted by relevance
27 int stm32_offset_to_index(struct udevice *dev, unsigned int offset) in stm32_offset_to_index() function52 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()
118 int stm32_offset_to_index(struct udevice *dev, unsigned int offset);
117 int stm32_offset_to_index(struct udevice *dev, unsigned int offset);
137 *idx = stm32_offset_to_index(gpio_bank->gpio_dev, in stm32_pinctrl_get_gpio_dev()