Home
last modified time | relevance | path

Searched refs:p6 (Results 1 – 25 of 98) sorted by relevance

1234

/linux/arch/sparc/kernel/
H A Dsetup_64.c302 struct popc_6insn_patch_entry *p6; in popc_patch() local
318 p6 = &__popc_6insn_patch; in popc_patch()
319 while (p6 < &__popc_6insn_patch_end) { in popc_patch()
320 unsigned long i, addr = p6->addr; in popc_patch()
323 *(unsigned int *) (addr + (i * 4)) = p6->insns[i]; in popc_patch()
329 p6++; in popc_patch()
/linux/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh20 NETIFS[p6]=veth6
31 V4ADDRS[p6]=169.254.5.2
42 V6ADDRS[p6]=2001:db8:501::2
191 ${IP} li add ${NETIFS[p5]} type veth peer name ${NETIFS[p6]}
/linux/include/media/i2c/
H A Dmt9t112.h13 u8 p1, p2, p3, p4, p5, p6, p7; member
/linux/tools/testing/selftests/net/forwarding/
H A Dforwarding.config.sample13 [p6]=veth5
H A Dipip_hier_gre.sh23 h2=${NETIFS[p6]}
H A Dipip_flat_gre.sh23 h2=${NETIFS[p6]}
H A Dip6gre_flat.sh27 h2=${NETIFS[p6]}
H A Dip6gre_hier.sh27 h2=${NETIFS[p6]}
H A Dipip_flat_gre_keys.sh23 h2=${NETIFS[p6]}
H A Dip6gre_flat_key.sh27 h2=${NETIFS[p6]}
H A Dipip_flat_gre_key.sh23 h2=${NETIFS[p6]}
H A Dipip_hier_gre_key.sh23 h2=${NETIFS[p6]}
H A Dipip_hier_gre_keys.sh23 h2=${NETIFS[p6]}
H A Dip6gre_hier_keys.sh27 h2=${NETIFS[p6]}
H A Dip6gre_hier_key.sh27 h2=${NETIFS[p6]}
H A Dip6gre_flat_keys.sh27 h2=${NETIFS[p6]}
H A Dmirror_gre_vlan.sh29 h3=${NETIFS[p6]}
H A Dmirror_vlan.sh28 h3=${NETIFS[p6]}
H A Dmirror_gre_neigh.sh32 h3=${NETIFS[p6]}
H A Dmirror_gre_bridge_1q.sh60 h3=${NETIFS[p6]}
H A Dmirror_gre_bridge_1d_vlan.sh33 h3=${NETIFS[p6]}
H A Dmirror_gre_bridge_1d.sh63 h3=${NETIFS[p6]}
/linux/drivers/media/i2c/
H A Dmt9t112.c277 int m, n, p1, p2, p3, p4, p5, p6, p7; in mt9t112_clock_info() local
295 p6 = n & 0x000f; in mt9t112_clock_info()
319 clk = vco / (p6 + 1); in mt9t112_clock_info()
372 u8 p5, u8 p6, u8 p7) in mt9t112_set_pll_dividers() argument
386 val = (0x7 << 12) | ((p6 & 0x0F) << 8) | ((p5 & 0x0F) << 4) | in mt9t112_set_pll_dividers()
412 priv->info->divider.p5, priv->info->divider.p6, in mt9t112_init_pll()
/linux/arch/x86/events/intel/
H A DMakefile4 obj-$(CONFIG_CPU_SUP_INTEL) += lbr.o p4.o p6.o pt.o
/linux/tools/testing/selftests/drivers/net/hw/
H A Dhw_stats_l3_gre.sh29 h2=${NETIFS[p6]}

1234