Home
last modified time | relevance | path

Searched refs:GPIO0_BASE (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-a-latest/plat/hisilicon/hikey/include/
Dhi6220.h56 #define GPIO0_BASE 0xF8011000 macro
/trusted-firmware-a-latest/plat/rockchip/rk3328/
Drk3328_def.h39 #define GPIO0_BASE 0xff210000 macro
/trusted-firmware-a-latest/plat/rockchip/px30/
Dpx30_def.h34 #define GPIO0_BASE 0xff040000 macro
/trusted-firmware-a-latest/plat/rockchip/rk3399/include/shared/
Daddressmap_shared.h35 #define GPIO0_BASE (MMIO_BASE + 0x07720000) macro
/trusted-firmware-a-latest/plat/rockchip/rk3328/drivers/soc/
Dsoc.c32 MAP_REGION_FLAT(GPIO0_BASE, GPIO0_SIZE,
/trusted-firmware-a-latest/plat/rockchip/px30/drivers/pmu/
Dpmu.c1025 val = mmio_read_32(GPIO0_BASE + SWPORTA_DDR); in rockchip_soc_system_off()
1027 mmio_write_32(GPIO0_BASE + SWPORTA_DDR, val); in rockchip_soc_system_off()
1030 val = mmio_read_32(GPIO0_BASE); in rockchip_soc_system_off()
1032 mmio_write_32(GPIO0_BASE, val); in rockchip_soc_system_off()
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_bl_common.c447 pl061_gpio_register(GPIO0_BASE, 0); in hikey960_gpio_init()
/trusted-firmware-a-latest/plat/hisilicon/hikey960/include/
Dhi3660.h243 #define GPIO0_BASE UL(0xE8A0B000) macro
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_bl_common.c53 pl061_gpio_register(GPIO0_BASE, 0); in hikey_gpio_init()
/trusted-firmware-a-latest/plat/rockchip/rk3399/drivers/gpio/
Drk3399_gpio.c81 .port_base = GPIO0_BASE,