Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/rpi3/gpio/
H A Drpi3_gpio.h20 #define RPI3_GPIO_GPCLR(n) (((n) * U(0x04)) + U(0x28)) macro
/rk3399_ARM-atf/drivers/rpi3/gpio/
H A Drpi3_gpio.c124 uintptr_t reg_clr = reg_base + RPI3_GPIO_GPCLR(regN); in rpi3_gpio_set_value()