Searched refs:p8 (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/hwmon/occ/
H A DMakefile3 occ-p8-hwmon-objs := p8_i2c.o
7 obj-$(CONFIG_SENSORS_OCC_P8_I2C) += occ-p8-hwmon.o
/linux-master/arch/arc/kernel/
H A Dunwind.c539 const u8 *p8; member in union:__anon5
549 ptr.p8 = *pLoc;
581 value = ptrType & DW_EH_PE_signed ? get_sleb128(&ptr.p8, end)
582 : get_uleb128(&ptr.p8, end);
583 if ((const void *)ptr.p8 > end)
601 *pLoc = ptr.p8;
706 const u8 *p8; member in union:__anon6
721 for (ptr.p8 = start; result && ptr.p8 < end;) {
722 switch (*ptr.p8 >>
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dforwarding.config.sample15 NETIFS[p8]=veth7
H A Dsch_tbf_core.sh175 swp5=${NETIFS[p8]}
H A Drouter_bridge_lag.sh280 swp4=${NETIFS[p8]}
H A Dgre_inner_v6_multipath.sh223 ul4=${NETIFS[p8]}
H A Dgre_inner_v4_multipath.sh223 ul4=${NETIFS[p8]}
H A Dip6gre_inner_v6_multipath.sh222 ul4=${NETIFS[p8]}
H A Dip6gre_inner_v4_multipath.sh222 ul4=${NETIFS[p8]}
H A Dcustom_multipath_hash.sh148 h2=${NETIFS[p8]}
H A Drouter_bridge_1d_lag.sh363 swp4=${NETIFS[p8]}
H A Dgre_custom_multipath_hash.sh236 ul4=${NETIFS[p8]}
H A Drouter_multipath.sh260 h2=${NETIFS[p8]}
H A Dip6gre_custom_multipath_hash.sh238 ul4=${NETIFS[p8]}
H A Drouter_mpath_nh.sh353 h2=${NETIFS[p8]}
/linux-master/drivers/video/fbdev/
H A Dcg3.c140 u8 *p8; local
152 p8 = (u8 *)par->sw_cmap + (regno * 3);
153 p8[0] = red;
154 p8[1] = green;
155 p8[2] = blue;
/linux-master/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh22 NETIFS[p8]=veth8
33 V4ADDRS[p8]=169.254.7.2
44 V6ADDRS[p8]=2001:db8:701::2
189 ip li add ${NETIFS[p7]} type veth peer name ${NETIFS[p8]}
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S3 * Accelerated GHASH implementation with NEON/ARMv8 vmull.p8/64 instructions.
102 * using vmull.p8 instructions (8x8 -> 16) is taken from the paper
115 vmull.p8 t0q, t0l, \bd @ F = A1*B
117 vmull.p8 t4q, \ad, \b1 @ E = A*B1
121 vmull.p8 t1q, t1l, \bd @ H = A2*B
123 vmull.p8 t3q, \ad, \b2 @ G = A*B2
128 vmull.p8 t2q, t2l, \bd @ J = A3*B
134 vmull.p8 t4q, \ad, \b3 @ I = A*B3
136 vmull.p8 t3q, \ad, \b4 @ K = A*B4
149 vmull.p8 \r
[all...]
/linux-master/drivers/media/usb/pwc/
H A Dpwc-dec23.c93 unsigned char *p0, *p8; local
99 p8 = p8004[compression_mode];
120 *p8++ = 8;
122 *p8++ = j - bit;
123 *p8++ = bit;
134 } /* end of for (k=0; k<16; k++, p8++) */
/linux-master/drivers/net/ethernet/amd/
H A Dsunlance.c646 u8 *p8; local
660 p8 = (u8 *) p32;
666 p8 = (u8 *) p16;
669 *p8 = sbus_readb(pbuf);
1006 u8 *p8; local
1021 p8 = (u8 *) src;
1025 val = p8[0] << 24;
1026 val |= p8[1] << 16;
1027 val |= p8[2] << 8;
1028 val |= p8[
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_sru.c48 #define VI6_SRU_CTRL2_PARAMS(p6, p7, p8) \
51 ((p8) << VI6_SRU_CTRL2_PARAM8_SHIFT))
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace-asm.S136 ldr p8, [x7, #8, MUL VL]
254 str p8, [x7, #8, MUL VL]
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S207 ldr p8, [x2, #8, MUL VL]
331 str p8, [x2, #8, MUL VL]
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S431 .ifc \p, p8
470 crc_t10dif_pmull p8
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_core.sh261 swp5=${NETIFS[p8]}

Completed in 216 milliseconds

12