Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rpi/rpi3/include/
H A Drpi_hw.h52 #define RPI3_GPIO_BASE (RPI_IO_BASE + RPI3_IO_GPIO_OFFSET) macro
/rk3399_ARM-atf/plat/rpi/rpi4/include/
H A Drpi_hw.h54 #define RPI3_GPIO_BASE (RPI_LEGACY_BASE + RPI3_IO_GPIO_OFFSET) macro
/rk3399_ARM-atf/drivers/rpi3/gpio/
H A Drpi3_gpio.c163 reg_base = RPI3_GPIO_BASE; in rpi3_gpio_init()