Searched refs:v2p (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | vexpress-scc.txt | 19 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc"; 30 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
|
/freebsd/sys/dev/mlx4/ |
H A D | driver.h | 88 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p);
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2p-ca15-tc1.dts | 18 compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
|
H A D | vexpress-v2p-ca5s.dts | 18 compatible = "arm,vexpress,v2p-ca5s", "arm,vexpress";
|
H A D | vexpress-v2p-ca15_a7.dts | 18 compatible = "arm,vexpress,v2p-ca15_a7", "arm,vexpress"; 213 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
|
H A D | vexpress-v2p-ca9.dts | 18 compatible = "arm,vexpress,v2p-ca9", "arm,vexpress";
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_main.c | 1426 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p) in mlx4_port_map_set() argument 1428 u8 port1 = v2p->port1; in mlx4_port_map_set() 1429 u8 port2 = v2p->port2; in mlx4_port_map_set() 1440 port1 = priv->v2p.port1; in mlx4_port_map_set() 1442 port2 = priv->v2p.port2; in mlx4_port_map_set() 1450 } else if ((port1 == priv->v2p.port1) && in mlx4_port_map_set() 1451 (port2 == priv->v2p.port2)) { in mlx4_port_map_set() 1458 priv->v2p.port1 = port1; in mlx4_port_map_set() 1459 priv->v2p.port2 = port2; in mlx4_port_map_set() 3510 priv->v2p.port1 = 1; in mlx4_load_one() [all …]
|
H A D | mlx4_fw.c | 2522 } *v2p; in mlx4_virt2phy_port_map() local 2529 v2p = mailbox->buf; in mlx4_virt2phy_port_map() 2530 v2p->v_port1 = cpu_to_be32(port1); in mlx4_virt2phy_port_map() 2531 v2p->v_port2 = cpu_to_be32(port2); in mlx4_virt2phy_port_map()
|
H A D | mlx4.h | 905 struct mlx4_port_map v2p; /* cached port mapping configuration */ member
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | juno-motherboard.dtsi | 101 compatible = "arm,vexpress,v2p-p1", "simple-bus";
|