Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/fsl/qe/
Dqe_io.c144 const __be32 *pio_map; in par_io_of_config() local
157 pio_map = of_get_property(pio, "pio-map", &pio_map_len); in par_io_of_config()
158 if (pio_map == NULL) { in par_io_of_config()
169 u8 port = be32_to_cpu(pio_map[0]); in par_io_of_config()
170 u8 pin = be32_to_cpu(pio_map[1]); in par_io_of_config()
171 int dir = be32_to_cpu(pio_map[2]); in par_io_of_config()
172 int open_drain = be32_to_cpu(pio_map[3]); in par_io_of_config()
173 int assignment = be32_to_cpu(pio_map[4]); in par_io_of_config()
174 int has_irq = be32_to_cpu(pio_map[5]); in par_io_of_config()
178 pio_map += 6; in par_io_of_config()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dpio.c1818 m = rcu_dereference(dd->pio_map); in pio_select_send_context_vl()
1983 oldmap = rcu_dereference_protected(dd->pio_map, in pio_map_init()
1987 rcu_assign_pointer(dd->pio_map, newmap); in pio_map_init()
2003 if (rcu_access_pointer(dd->pio_map)) { in free_pio_map()
2005 pio_map_free(rcu_access_pointer(dd->pio_map)); in free_pio_map()
2006 RCU_INIT_POINTER(dd->pio_map, NULL); in free_pio_map()
Dhfi.h1107 struct pio_vl_map __rcu *pio_map; member