Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_console_dual.c18 return rpi3_gpio_get_select(14) == RPI3_GPIO_FUNC_ALT5; in rpi3_use_mini_uart()
/rk3399_ARM-atf/drivers/rpi3/gpio/
H A Drpi3_gpio.c45 int rpi3_gpio_get_select(int gpio) in rpi3_gpio_get_select() function
85 int result = rpi3_gpio_get_select(gpio); in rpi3_gpio_get_direction()
/rk3399_ARM-atf/include/drivers/rpi3/gpio/
H A Drpi3_gpio.h15 int rpi3_gpio_get_select(int gpio);
/rk3399_ARM-atf/drivers/rpi3/sdhost/
H A Drpi3_sdhost.c599 = rpi3_gpio_get_select(i); in rpi3_sdhost_init()