Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c21 #define MODE_BITS(gpio_pin) (gpio_pin * 2) macro
31 int bits_index = MODE_BITS(offset); in stm32_gpio_direction_input()
44 int bits_index = MODE_BITS(offset); in stm32_gpio_direction_output()