Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/gpio/
H A Drk3399_gpio.c66 static const struct port_info { struct
77 } port_info[] = { argument
154 const struct port_info *info = &port_info[port]; in gpio_get_clock()
173 const struct port_info *info = &port_info[port]; in gpio_put_clock()
186 const struct port_info *info = &port_info[port]; in get_pull()
205 const struct port_info *info = &port_info[port]; in set_pull()
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()
[all …]