Home
last modified time | relevance | path

Searched refs:P2 (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/block/paride/
H A Don26.c41 #define P2 w2(5);w2(7);w2(5);w2(4); macro
55 case 0: w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
61 case 1: w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
85 case 1: w0(1); P1; w0(r); P2; w0(0); P1; in on26_write_regr()
86 w0(val); P2; w0(val); P2; in on26_write_regr()
112 w0(2); P1; w0(8); P2; in on26_connect()
113 w0(2); P1; w0(x); P2; in on26_connect()
152 w0(2); P1; w0(0); P2; in on26_test_port()
153 w0(3); P1; w0(0); P2; in on26_test_port()
[all...]
H A Ddstr.c38 #define P2 w2(5);w2(7);w2(5);w2(4); macro
55 P2; w0(r); P1; in dstr_read_regr()
82 P2; w0(r); P1; in dstr_write_regr()
121 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_read_block()
163 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_write_block()
H A Dcomm.c37 #define P2 w2(5);w2(7);w2(7);w2(5);w2(4); macro
80 case 1: w0(r); P1; w0(val); P2; in comm_write_regr()
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H A Don26.c33 #define P2 \ macro
51 w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
57 w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
79 w0(1); P1; w0(r); P2; w0(0); P1; in on26_write_regr()
80 w0(val); P2; w0(val); P2; in on26_write_regr()
113 w0(2); P1; w0(8); P2; in on26_connect()
114 w0(2); P1; w0(x); P2; in on26_connect()
156 w0(2); P1; w0(0); P2; in on26_test_port()
157 w0(3); P1; w0(0); P2; in on26_test_port()
[all...]
H A Ddstr.c30 #define P2 w2(5);w2(7);w2(5);w2(4); macro
50 P2; w0(r); P1; in dstr_read_regr()
78 P2; w0(r); P1; in dstr_write_regr()
124 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_read_block()
173 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_write_block()
H A Dcomm.c28 #define P2 w2(5);w2(7);w2(7);w2(5);w2(4); macro
71 w0(r); P1; w0(val); P2; in comm_write_regr()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dstan.S33 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
39 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
224 faddx TANP2,%fp2 | ...P2+SP3
227 fmulx %fp1,%fp2 | ...S(P2+SP3)
230 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3))
236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3))
241 faddx %fp2,%fp0 | ...R+RS(P1+S(P2+SP3))
262 faddx TANP2,%fp2 | ...P2+SP3
265 fmulx %fp0,%fp2 | ...S(P2
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dstan.S33 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
39 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
224 faddx TANP2,%fp2 | ...P2+SP3
227 fmulx %fp1,%fp2 | ...S(P2+SP3)
230 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3))
236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3))
241 faddx %fp2,%fp0 | ...R+RS(P1+S(P2+SP3))
262 faddx TANP2,%fp2 | ...P2+SP3
265 fmulx %fp0,%fp2 | ...S(P2
[all...]
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dperms.h107 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \
110 if (P1->ns == P2->ns) \
111 ____e = FN((P1), (P2), args); \
H A Dlabel.h174 /* for each combination of P1 in L1, and P2 in L2 */
175 #define label_for_each_comb(I, L1, L2, P1, P2) \
177 ((P1) = (L1)->vec[(I).i]) && ((P2) = (L2)->vec[(I).j]); \
180 #define fn_for_each_comb(L1, L2, P1, P2, FN) \
184 label_for_each_comb(i, (L1), (L2), (P1), (P2)) { \
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dmcp77.c211 int N, M, P1, P2 = 0; in mcp77_clk_calc() local
229 P2 = P1 - 2; in mcp77_clk_calc()
236 clk->cctrl = (P2 + 1) << 16; in mcp77_clk_calc()
251 (divs + P2) <= 7) { in mcp77_clk_calc()
253 clk->sctrl = (divs + P2) << 16; in mcp77_clk_calc()
H A Dnv50.c380 int N, M, P1, P2; in nv50_clk_calc() local
406 out = calc_div(out, vdec, &P2); in nv50_clk_calc()
415 divsv |= P2 << 8; in nv50_clk_calc()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dmcp77.c208 int N, M, P1, P2 = 0; in mcp77_clk_calc() local
226 P2 = P1 - 2; in mcp77_clk_calc()
233 clk->cctrl = (P2 + 1) << 16; in mcp77_clk_calc()
248 (divs + P2) <= 7) { in mcp77_clk_calc()
250 clk->sctrl = (divs + P2) << 16; in mcp77_clk_calc()
H A Dnv50.c381 int N, M, P1, P2; in nv50_clk_calc() local
407 out = calc_div(out, vdec, &P2); in nv50_clk_calc()
416 divsv |= P2 << 8; in nv50_clk_calc()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_ionsp.h145 // 08-0B 3-byte commands: ==== P1 ==== ==== P2 ====
151 // 0C-0D 4-byte commands. P1 = extended cmd and P2,P3 = params
155 // P2 = extended cmd, P3..Pn = parameters.
167 // P2 = Parameter
171 // or may not use parameter P2.
235 // P2 = Bit mask as follows:
256 // P2 = Bit mask as follows:
291 // P2 = 0x11
304 // P2 = 0x13
325 // P2
[all...]
H A Diuu_phoenix.c407 unsigned int P2 = 0; in iuu_clk() local
471 P2 = ((P - PO) / 2) - 4; in iuu_clk()
473 PBmsb = (P2 >> 8 & 0x03); in iuu_clk()
474 PBlsb = P2 & 0xFF; in iuu_clk()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_ionsp.h145 // 08-0B 3-byte commands: ==== P1 ==== ==== P2 ====
151 // 0C-0D 4-byte commands. P1 = extended cmd and P2,P3 = params
155 // P2 = extended cmd, P3..Pn = parameters.
167 // P2 = Parameter
171 // or may not use parameter P2.
235 // P2 = Bit mask as follows:
256 // P2 = Bit mask as follows:
291 // P2 = 0x11
304 // P2 = 0x13
325 // P2
[all...]
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dperms.h168 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \
171 if (P1->ns == P2->ns) \
172 ____e = FN((P1), (P2), args); \
H A Dlabel.h173 /* for each combination of P1 in L1, and P2 in L2 */
174 #define label_for_each_comb(I, L1, L2, P1, P2) \
176 ((P1) = (L1)->vec[(I).i]) && ((P2) = (L2)->vec[(I).j]); \
179 #define fn_for_each_comb(L1, L2, P1, P2, FN) \
183 label_for_each_comb(i, (L1), (L2), (P1), (P2)) { \
/kernel/linux/linux-5.10/drivers/ata/
H A Data_piix.c107 P2 = 2, /* port 2 */ enumerator
359 { P0, P2, P1, P3 }, /* 00b */
361 { P0, P2, IDE, IDE }, /* 10b */
376 { P0, P2, NA, NA }, /* 00b */
378 { P0, P2, IDE, IDE }, /* 10b */
388 { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */
390 { P0, P2, IDE, IDE }, /* 10b (IDE mode) */
414 { P0, P2, IDE, IDE }, /* 10b */
/kernel/linux/linux-6.6/drivers/ata/
H A Data_piix.c108 P2 = 2, /* port 2 */ enumerator
360 { P0, P2, P1, P3 }, /* 00b */
362 { P0, P2, IDE, IDE }, /* 10b */
377 { P0, P2, NA, NA }, /* 00b */
379 { P0, P2, IDE, IDE }, /* 10b */
389 { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */
391 { P0, P2, IDE, IDE }, /* 10b (IDE mode) */
415 { P0, P2, IDE, IDE }, /* 10b */
/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dbmp280-core.c61 s16 P2; member
130 enum { P1, P2, P3, P4, P5, P6, P7, P8, P9 }; enumerator
191 calib->P2 = le16_to_cpu(p_buf[P2]); in bmp280_read_calib()
320 ((var1 * (s64)calib->P2) << 12); in bmp280_compensate_press()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dbmp280.h331 s16 P2; member
353 s16 P2; member
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h51 xor t1, t1, 0x9008 # 63-P2
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h51 xor t1, t1, 0x9008 # 63-P2

Completed in 19 milliseconds

12