Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/
Drk3399_gpio.c62 #define GET_GPIO_PORT(pin) (pin / 32) macro
70 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_get_clock()
126 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_put_clock()
162 uint32_t port = GET_GPIO_PORT(gpio); in get_pull()
204 uint32_t port = GET_GPIO_PORT(gpio); in set_pull()
244 uint32_t port = GET_GPIO_PORT(gpio); in set_direction()
265 uint32_t port = GET_GPIO_PORT(gpio); in get_direction()
289 uint32_t port = GET_GPIO_PORT(gpio); in get_value()
304 uint32_t port = GET_GPIO_PORT(gpio); in set_value()