Searched refs:port_info (Results 1 – 1 of 1) sorted by relevance
66 static const struct port_info { struct77 } port_info[] = { argument154 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 …]