Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/rpi3/gpio/
Drpi3_gpio.c87 else if (result == RPI3_GPIO_FUNC_OUTPUT) in rpi3_gpio_get_direction()
100 rpi3_gpio_set_select(gpio, RPI3_GPIO_FUNC_OUTPUT); in rpi3_gpio_set_direction()
/external/arm-trusted-firmware/include/drivers/rpi3/gpio/
Drpi3_gpio.h26 #define RPI3_GPIO_FUNC_OUTPUT U(1) macro