Home
last modified time | relevance | path

Searched full:p3 (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be_formats.h15 #define P3(x) ((x) * 8) macro
21 /* 0P3 factor for plane sizing */
63 .plane_factor = { P3(1), P3(0.25), P3(0.25) },
73 .plane_factor = { P3(1), P3(0.25), P3(0.25) },
82 .plane_factor = { P3(1), P3(0.5) },
91 .plane_factor = { P3(1), P3(0.5) },
100 .plane_factor = { P3(1) },
109 .plane_factor = { P3(1) },
118 .plane_factor = { P3(1) },
127 .plane_factor = { P3(1) },
[all …]
/linux/arch/hexagon/include/asm/
H A Dspinlock.h32 " { P3 = cmp.ge(R6,#0); R6 = add(R6,#1);}\n" in arch_read_lock()
33 " { if (!P3) jump 1b; }\n" in arch_read_lock()
34 " memw_locked(%0,P3) = R6;\n" in arch_read_lock()
35 " { if (!P3) jump 1b; }\n" in arch_read_lock()
38 : "memory", "r6", "p3" in arch_read_lock()
48 " memw_locked(%0,P3) = R6\n" in arch_read_unlock()
49 " if (!P3) jump 1b;\n" in arch_read_unlock()
52 : "memory", "r6", "p3" in arch_read_unlock()
63 " { %0 = #0; P3 = cmp.ge(R6,#0); R6 = add(R6,#1);}\n" in arch_read_trylock()
64 " { if (!P3) jump 1f; }\n" in arch_read_trylock()
[all …]
H A Datomic.h41 " memw_locked(%1,P3)=%0;\n" \
42 " if (!P3) jump 1b;\n" \
45 : "memory", "p3" \
57 " memw_locked(%1,P3)=%0;\n" \
58 " if (!P3) jump 1b;\n" \
61 : "memory", "p3" \
74 " memw_locked(%2,P3)=%1;\n" \
75 " if (!P3) jump 1b;\n" \
78 : "memory", "p3" \
117 " p3 = cmp.eq(%0, %4);" in ATOMIC_OPS()
[all …]
/linux/tools/testing/selftests/landlock/
H A Dscoped_multiple_domain_variants.h27 * | ####### | P3 -> P2 : allow
28 * | P1----# P2 # | P3 -> P1 : deny
30 * | # P3 # |
46 * # ####### # P3 -> P2 : allow
47 * # P1----# P2 # # P3 -> P1 : deny
49 * # # P3 # #
65 * | .-----. | P3 -> P2 : allow
66 * | P1----| P2 | | P3 -> P1 : allow
68 * | | P3 | |
83 * .----. ###### P3 -> P2 : allow
[all …]
/linux/scripts/coccinelle/free/
H A Dclk_put.cocci23 position p1,p2,p3;
46 return@p3 ...; }
54 p3 << clk.p3;
59 cocci.print_secs("needed clk_put",p3)
64 p3 << clk.p3;
68 coccilib.report.print_report(p3[0],msg)
H A Diounmap.cocci23 position p1,p2,p3;
46 return@p3 ...; }
54 p3 << iom.p3;
59 cocci.print_secs("needed iounmap",p3)
64 p3 << iom.p3;
68 coccilib.report.print_report(p3[0],msg)
/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance-event.tc55 p3=$!
56 echo $p3
60 kill -1 $p3
65 wait $p1 $p2 $p3
107 p3=$!
108 echo $p3
123 kill -1 $p3
128 wait $p1 $p2 $p3 $p4 $p5
H A Dinstance.tc47 p3=$!
48 echo $p3
63 kill -1 $p3
68 wait $p1 $p2 $p3 $p4 $p5
/linux/arch/hexagon/lib/
H A Dmemcpy.S192 p3 = cmp.gtu(len, #95); /* %8 < 97 */ define
202 p2 = and(p2,!p3); /* %8 < 97 */
255 p3 = cmp.gtu(back, #8); define
290 if(p3) dataF8 = memd(ptr_in+#8);
320 p3 = sp1loop0(.Ldword_loop_prolog, prolog) define
327 if(p3) memd(ptr_out++#8) = ldata0;
339 p3 = cmp.gtu(kernel, #0); define
341 if(p3.new) kernel = add(kernel, #-1);
343 if(p3.new) epilog = add(epilog, #32);
349 p3 = cmp.gtu(dalign, #24); define
[all …]
H A Ddivsi3.S15 p3 = xor(p0,p1) define
21 r0 = mux(p3,#-1,#1)
64 if (p3) r0 = sub(r1,r0)
/linux/arch/hexagon/mm/
H A Dcopy_user_template.S35 p3=sp1loop0(.Loop8,loopcount)
40 if (p3) memd(dst++#8) = d_dbuf
65 p3=sp1loop0(.Loop4,loopcount)
70 if (p3) memw(dst++#4) = w_dbuf
91 p3=sp1loop0(.Loop2,loopcount)
96 if (p3) memh(dst++#2) = w_dbuf
107 p3=sp1loop0(.Loop1,bytes)
112 if (p3) memb(dst++#1) = w_dbuf
/linux/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh16 NETIFS[p3]=veth3
28 V4ADDRS[p3]=169.254.3.1
39 V6ADDRS[p3]=2001:db8:301::1
190 ${IP} li add ${NETIFS[p3]} type veth peer name ${NETIFS[p4]}
213 ${IP} -6 ro add default via ${V6ADDRS[p3]/::[0-9]/::64}
264 run_ip 254 ${TEST_NET4[1]}.9 ${CONGW[1]} ${NETIFS[p3]} 0 \
285 "${CONGW[2]} dev ${NETIFS[p3]} onlink" \
290 "${RECGW4[2]} dev ${NETIFS[p3]} onlink" \
295 "${CONGW[2]} dev ${NETIFS[p3]} onlink" \
300 "${CONGW[2]} dev ${NETIFS[p3]}" \
[all …]
/linux/Documentation/devicetree/bindings/gpio/
H A Dnxp,lpc3220-gpio.yaml28 3: GPIO P3
29 4: GPI P3
30 5: GPO P3
/linux/arch/riscv/include/asm/
H A Dasm-prototypes.h22 const unsigned long *__restrict p3);
25 const unsigned long *__restrict p3,
29 const unsigned long *__restrict p3,
/linux/kernel/bpf/
H A Dmprog.c88 * Insert P4 before P3: idx for old array is 1, idx for new array is 2,
94 * |P1|P2|P3| ==> |P1|P2| |P3| ==> |P1|P2|P4|P3|
101 * into idx 2. Inserting after P3 would have both old/new idx at 4 aka
105 * |P1|P2|P3| ==> |P1|P2| |P3| ==> |P1|P2|P4|P3|
/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.h10 * | P0 | P1 | P2 | P3 | P0 | P1 | P2 | P3 | P0 | P1 | P2 | P3 |P0 | P1 | P2 | P3 |
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,armada-375-pinctrl.txt19 mpp3 3 gpio, dev(ad5), ptp(trig), led(p3), audio(mclk)
44 mpp28 28 gpio, led(p3), ge1(txctl), sd(clk)
65 mpp49 49 gpio, led(p3), ge0(txd3), ge1(txd3)
80 mpp64 64 gpio, dram(vttctrl), led(p3)
/linux/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,admv1014.yaml54 vcc-lna-3p3-supply:
109 - vcc-lna-3p3-supply
135 vcc-lna-3p3-supply = <&vcc_lna_3p3>;
/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3-common.yaml104 description: Set if we enable P3 OK for U2/SS Inactive quirk
109 When set, the core will always request for P1/P2/P3 transition sequence.
114 When set core will delay P1/P2/P3 until a certain amount of 8B10B errors
119 description: When set core will delay PHY power change from P0 to P1/P2/P3.
170 When set core will disable receiver detection in PHY P3 power state.
181 When set core will change PHY power from P0 to P1/P2/P3 without delay.
/linux/tools/testing/selftests/net/forwarding/
H A Dforwarding.config.sample5 # Topology description. p1 looped back to p2, p3 to p4 and so on.
10 [p3]=veth2
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a-tqmls1043a-mbls10xxa.dts24 qsgmii-s1-p3 = &qsgmii1_phy3;
28 qsgmii-s2-p3 = &qsgmii2_phy3;
H A Dfsl-ls1088a-tqmls1088a-mbls10xxa.dts34 qsgmii-s1-p3 = &qsgmii1_phy3;
38 qsgmii-s2-p3 = &qsgmii2_phy3;
H A Dfsl-ls1046a-tqmls1046a-mbls10xxa.dts23 qsgmii-s1-p3 = &qsgmii1_phy3;
27 qsgmii-s2-p3 = &qsgmii2_phy3;
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-375.c45 MPP_FUNCTION(0x3, "led", "p3"),
176 MPP_FUNCTION(0x1, "led", "p3"),
191 MPP_FUNCTION(0x5, "led", "p3"),
236 MPP_FUNCTION(0x5, "led", "p3")),
285 MPP_FUNCTION(0x1, "led", "p3"),
368 MPP_FUNCTION(0x4, "led", "p3")),
/linux/lib/crc/riscv/
H A Dcrc-clmul-template.h237 unsigned long p0, p1, p2, p3; in crc_clmul() local
242 p3 = clmul(m1, consts->fold_across_2_longs_const_lo); in crc_clmul()
243 m0 = (LSB_CRC ? p1 ^ p3 : p0 ^ p2) ^ crc_load_long(p); in crc_clmul()
244 m1 = (LSB_CRC ? p0 ^ p2 : p1 ^ p3) ^ in crc_clmul()

12345678910>>...12