Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/rockchip/rk3399/drivers/gpio/
Drk3399_gpio.c54 #define GET_GPIO_PORT(pin) (pin / 32) macro
151 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_get_clock()
172 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_put_clock()
180 uint32_t port = GET_GPIO_PORT(gpio); in get_pull()
199 uint32_t port = GET_GPIO_PORT(gpio); in set_pull()
223 uint32_t port = GET_GPIO_PORT(gpio); in set_direction()
247 uint32_t port = GET_GPIO_PORT(gpio); in get_direction()
272 uint32_t port = GET_GPIO_PORT(gpio); in get_value()
288 uint32_t port = GET_GPIO_PORT(gpio); in set_value()