Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/rpi3/gpio/
Drpi3_gpio.c70 void rpi3_gpio_set_select(int gpio, int fsel) in rpi3_gpio_set_select() function
98 rpi3_gpio_set_select(gpio, RPI3_GPIO_FUNC_INPUT); in rpi3_gpio_set_direction()
101 rpi3_gpio_set_select(gpio, RPI3_GPIO_FUNC_OUTPUT); in rpi3_gpio_set_direction()
/trusted-firmware-a-latest/include/drivers/rpi3/gpio/
Drpi3_gpio.h16 void rpi3_gpio_set_select(int gpio, int fsel);
/trusted-firmware-a-latest/drivers/rpi3/sdhost/
Drpi3_sdhost.c623 rpi3_gpio_set_select(i, RPI3_GPIO_FUNC_ALT0); in rpi3_sdhost_init()
664 rpi3_gpio_set_select(i, in rpi3_sdhost_stop()