Lines Matching refs:port_base
69 uint32_t port_base; member
81 .port_base = GPIO0_BASE,
88 .port_base = GPIO1_BASE,
95 .port_base = GPIO2_BASE,
102 .port_base = GPIO3_BASE,
109 .port_base = GPIO4_BASE,
239 port_info[port].port_base + SWPORTA_DDR, in set_direction()
263 port_info[port].port_base + SWPORTA_DDR in get_direction()
279 value = (mmio_read_32(port_info[port].port_base + EXT_PORTA) >> num) & in get_value()
296 port_info[port].port_base + SWPORTA_DR, in set_value()
325 uint32_t base = port_info[i].port_base; in plat_rockchip_save_gpio()
372 uint32_t base = port_info[i].port_base; in plat_rockchip_restore_gpio()