Home
last modified time | relevance | path

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

/linux/arch/arm/boot/dts/arm/
H A DMakefile27 vexpress-v2p-ca5s.dtb \
28 vexpress-v2p-ca9.dtb \
29 vexpress-v2p-ca15-tc1.dtb \
30 vexpress-v2p-ca15_a7.dtb
H A Dvexpress-v2p-ca15-tc1.dts18 compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
H A Dvexpress-v2p-ca5s.dts18 compatible = "arm,vexpress,v2p-ca5s", "arm,vexpress";
H A Dvexpress-v2p-ca15_a7.dts18 compatible = "arm,vexpress,v2p-ca15_a7", "arm,vexpress";
213 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
H A Dvexpress-v2p-ca9.dts18 compatible = "arm,vexpress,v2p-ca9", "arm,vexpress";
/linux/arch/arm/mach-tegra/
H A Dpm.c45 void (*tegra_sleep_core_finish)(unsigned long v2p);
46 static int (*tegra_sleep_func)(unsigned long v2p);
139 static int tegra_sleep_cpu(unsigned long v2p) in tegra_sleep_cpu() argument
169 tegra_sleep_cpu_finish(v2p); in tegra_sleep_cpu()
236 static int tegra_sleep_core(unsigned long v2p) in tegra_sleep_core() argument
248 tegra_sleep_core_finish(v2p); in tegra_sleep_core()
H A Dpm.h19 extern void (*tegra_sleep_core_finish)(unsigned long v2p);
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c1468 static int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p) in mlx4_port_map_set() argument
1470 u8 port1 = v2p->port1; in mlx4_port_map_set()
1471 u8 port2 = v2p->port2; in mlx4_port_map_set()
1482 port1 = priv->v2p.port1; in mlx4_port_map_set()
1484 port2 = priv->v2p.port2; in mlx4_port_map_set()
1492 } else if ((port1 == priv->v2p.port1) && in mlx4_port_map_set()
1493 (port2 == priv->v2p.port2)) { in mlx4_port_map_set()
1500 priv->v2p.port1 = port1; in mlx4_port_map_set()
1501 priv->v2p.port2 = port2; in mlx4_port_map_set()
3692 priv->v2p.port1 = 1; in mlx4_load_one()
[all …]
H A Dfw.c2559 } *v2p; in mlx4_virt2phy_port_map() local
2566 v2p = mailbox->buf; in mlx4_virt2phy_port_map()
2567 v2p->v_port1 = cpu_to_be32(port1); in mlx4_virt2phy_port_map()
2568 v2p->v_port2 = cpu_to_be32(port2); in mlx4_virt2phy_port_map()
H A Dmlx4.h929 struct mlx4_port_map v2p; /* cached port mapping configuration */ member
/linux/arch/arm64/boot/dts/arm/
H A Djuno-motherboard.dtsi101 compatible = "arm,vexpress,v2p-p1", "simple-bus";