Home
last modified time | relevance | path

Searched +full:4 +full:x12 (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/Linux-v6.1/tools/perf/arch/x86/tests/
Dinsn-x86-dat-32.c12 {{0x62, 0x81, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
14 {{0x62, 0x88, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
16 {{0x62, 0x90, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
18 {{0x62, 0x98, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
20 {{0x62, 0xa0, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
22 {{0x62, 0xa8, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
24 {{0x62, 0xb0, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
26 {{0x62, 0xb8, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
30 {{0x62, 0x05, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
34 {{0x62, 0x14, 0x05, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "",
[all …]
Dinsn-x86-dat-64.c12 {{0x48, 0x0f, 0x41, 0xd8, }, 4, 0, "", "",
14 {{0x48, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
16 {{0x66, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
18 {{0x48, 0x0f, 0x44, 0xd8, }, 4, 0, "", "",
20 {{0x48, 0x0f, 0x44, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
22 {{0x66, 0x0f, 0x44, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
24 {{0x0f, 0x90, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "",
26 {{0x0f, 0x91, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "",
28 {{0x0f, 0x92, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "",
30 {{0x0f, 0x92, 0x80, 0x78, 0x56, 0x34, 0x12, }, 7, 0, "", "",
[all …]
/Linux-v6.1/arch/arm64/crypto/
Dpoly1305-armv8.pl47 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14));
85 and $s1,$s1,#-4
186 and $t0,$d2,#-4 // final reduction
242 tst $d2,#-4 // see if it's carried/borrowed
262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
300 and $t0,$d2,#-4 // final reduction
311 .align 4
313 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26
327 str w13,[$ctx,#16*4] // s2
369 lsr $h1,x12,#12
[all …]
Dchacha-neon-core.S42 ld1 {v12.4s}, [x10]
46 add v0.4s, v0.4s, v1.4s
51 add v2.4s, v2.4s, v3.4s
53 shl v1.4s, v4.4s, #12
54 sri v1.4s, v4.4s, #20
57 add v0.4s, v0.4s, v1.4s
62 add v2.4s, v2.4s, v3.4s
64 shl v1.4s, v4.4s, #7
65 sri v1.4s, v4.4s, #25
68 ext v1.16b, v1.16b, v1.16b, #4
[all …]
/Linux-v6.1/arch/arm/crypto/
Dchacha-scalar-core.S39 X12 .req r10
58 ldr \b, [\src, #\offset + 4]
67 str \b, [\dst, #\offset + 4]
106 // quarterrounds: (x0, x4, x8, x12) and (x1, x5, x9, x13)
107 _halfround X0, X4, X8_X10, X12, X1, X5, X9_X11, X13
121 // quarterrounds: (x0, x5, x10, x15) and (x1, x6, x11, x12)
122 _halfround X0, X5, X8_X10, X15, X1, X6, X9_X11, X12
144 // Registers contain x0-x9,x12-x15.
151 // Registers contain x0-x9,x12-x15.
152 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'.
[all …]
Dchacha-neon-core.S97 vext.8 q1, q1, q1, #4
131 vext.8 q3, q3, q3, #4
203 .align 4
205 .Lrol8_table: .byte 3, 0, 1, 2, 7, 4, 5, 6
216 // r1: 4 data blocks output, o
217 // r2: 4 data blocks input, i
241 vadd.u32 q12, q12, q4 // x12 += counter values 0-3
259 // x0 += x4, x12 = rotl32(x12 ^ x0, 16)
278 // x8 += x12, x4 = rotl32(x4 ^ x8, 12)
303 // x0 += x4, x12 = rotl32(x12 ^ x0, 8)
[all …]
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_hdmi_phy.c14 #define VC4_HDMI_TX_PHY_RESET_CTL_PLLDIV_RESETB BIT(4)
20 #define VC4_HDMI_TX_PHY_POWERDOWN_CTL_RNDGEN_PWRDN BIT(4)
37 #define VC4_HDMI_TX_PHY_CTL_0_PREEMP_CK_MAINDRV_MASK VC4_MASK(4, 0)
46 #define VC4_HDMI_TX_PHY_CTL_1_RES_SEL_CK_MASK VC4_MASK(4, 0)
54 #define VC4_HDMI_TX_PHY_CTL_2_TERM_RES_SELDATA0_SHIFT 4
55 #define VC4_HDMI_TX_PHY_CTL_2_TERM_RES_SELDATA0_MASK VC4_MASK(7, 4)
101 #define VC4_HDMI_TX_PHY_CHANNEL_SWAP_TX1_OUT_SEL_MASK VC4_MASK(5, 4)
102 #define VC4_HDMI_TX_PHY_CHANNEL_SWAP_TX1_OUT_SEL_SHIFT 4
119 #define VC4_HDMI_RM_CONTROL_FREE_RUN BIT(4)
262 {{0x0, 0x0A}, 0x12, 0x0},
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dmdio-mux-gpio.yaml38 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a
39 pair of GPIO lines. Child busses 2 and 3 populated with 4
44 gpios = <&gpio1 3 0>, <&gpio1 4 0>;
58 <3 0x12 0 0x4105>,
67 <3 0x12 0 0x4105>,
76 <3 0x12 0 0x4105>,
81 ethernet-phy@4 {
82 reg = <4>;
85 <3 0x12 0 0x4105>,
101 <3 0x12 0 0x4105>,
[all …]
/Linux-v6.1/drivers/gpu/drm/radeon/
Drv770_smc.c211 0x0C, 0x14, 0x12, 0xAA,
231 0x0C, 0x14, 0x12, 0xAA,
251 0x0C, 0x14, 0x12, 0xAA,
259 0x12, 0x05, 0x12, 0x05,
260 0x12, 0x05, 0x12, 0x05,
261 0x12, 0x05, 0x12, 0x05,
262 0x12, 0x05, 0x12, 0x05,
263 0x12, 0x05, 0x12, 0x05,
264 0x12, 0x05, 0x12, 0x05,
265 0x12, 0x05, 0x12, 0x05,
[all …]
/Linux-v6.1/tools/include/uapi/linux/
Dfs.h47 #define SEEK_HOLE 4 /* seek to the next hole */
148 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
149 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */
150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */
151 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
152 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
153 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */
154 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */
155 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
156 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
[all …]
/Linux-v6.1/include/uapi/linux/
Dfs.h47 #define SEEK_HOLE 4 /* seek to the next hole */
148 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
149 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */
150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */
151 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
152 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
153 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */
154 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */
155 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
156 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
[all …]
/Linux-v6.1/arch/powerpc/boot/dts/fsl/
Dmpc8641_hpcn_36b.dts137 0x8800 0 0 3 &mpic 4 1 0 0
138 0x8800 0 0 4 &mpic 1 1 0 0
143 0x8900 0 0 3 &mpic 4 1 0 0
144 0x8900 0 0 4 &mpic 1 1 0 0
149 0x8a00 0 0 3 &mpic 4 1 0 0
150 0x8a00 0 0 4 &mpic 1 1 0 0
155 0x8b00 0 0 3 &mpic 4 1 0 0
156 0x8b00 0 0 4 &mpic 1 1 0 0
158 /* IDSEL 0x11 func 4 - PCI slot 1 */
161 0x8c00 0 0 3 &mpic 4 1 0 0
[all …]
Dmpc8641_hpcn.dts153 port-write-unit@4e0 {
170 0x8800 0 0 3 &mpic 4 1 0 0
171 0x8800 0 0 4 &mpic 1 1 0 0
176 0x8900 0 0 3 &mpic 4 1 0 0
177 0x8900 0 0 4 &mpic 1 1 0 0
182 0x8a00 0 0 3 &mpic 4 1 0 0
183 0x8a00 0 0 4 &mpic 1 1 0 0
188 0x8b00 0 0 3 &mpic 4 1 0 0
189 0x8b00 0 0 4 &mpic 1 1 0 0
191 /* IDSEL 0x11 func 4 - PCI slot 1 */
[all …]
/Linux-v6.1/drivers/net/wireless/mediatek/mt7601u/
Dinitvals_phy.h19 RF_REG_PAIR(0, 4, 0x0a),
68 RF_REG_PAIR(4, 0, 0x01),
69 RF_REG_PAIR(4, 1, 0x00),
70 RF_REG_PAIR(4, 2, 0x00),
71 RF_REG_PAIR(4, 3, 0x00),
73 RF_REG_PAIR(4, 4, 0x00),
74 RF_REG_PAIR(4, 5, 0x08),
75 RF_REG_PAIR(4, 6, 0x00),
77 RF_REG_PAIR(4, 7, 0x5b),
78 RF_REG_PAIR(4, 8, 0x52),
[all …]
/Linux-v6.1/arch/mips/boot/dts/cavium-octeon/
Docteon_68xx.dts43 * 4 - level active high
50 <7 4>, <7 5>, <7 6>, <7 7>,
65 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
74 cavium,qlm-trim = "4,sgmii";
79 <3 0x12 0 0x4105>,
83 cavium,qlm-trim = "4,sgmii";
88 <3 0x12 0 0x4105>,
92 cavium,qlm-trim = "4,sgmii";
97 <3 0x12 0 0x4105>,
100 phy4: ethernet-phy@4 {
[all …]
Docteon_3xxx.dts19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
44 <3 0x12 0 0x4105>,
52 <3 0x12 0 0x4105>,
55 phy4: ethernet-phy@4 {
56 reg = <4>;
60 <3 0x12 0 0x4105>,
68 <3 0x12 0 0x4105>,
77 <3 0x12 0 0x4105>,
85 <3 0x12 0 0x4105>,
[all …]
/Linux-v6.1/drivers/memory/
Dmtk-smi.c45 #define SMI_LARB_THRT_RD_NU_LMT_MSK GENMASK(7, 4)
46 #define SMI_LARB_THRT_RD_NU_LMT (5 << 4)
64 * every port have 4 bit to control, bit[port + 3] control virtual or physical,
81 #define SMI_LARB_NONSEC_CON(id) (0x380 + ((id) * 4))
288 [1] = {0x12, 0x02, 0x14, 0x14, 0x01, 0x18, 0x0a,},
289 [2] = {0x12, 0x12, 0x12, 0x12, 0x0a,},
290 [3] = {0x12, 0x12, 0x12, 0x12, 0x28, 0x28, 0x0a,},
291 [4] = {0x06, 0x01, 0x17, 0x06, 0x0a, 0x07, 0x07,},
294 [7] = {0x0c, 0x0c, 0x12,},
319 [17] = {0x28, 0x02, 0x02, 0x12, 0x02, 0x12, 0x10, 0x02, 0x02, 0x0a,
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/alderlake/
Dvirtual-memory.json5 "Counter": "0,1,2,3,4,5",
8 "PEBScounters": "0,1,2,3,4,5",
17 "Counter": "0,1,2,3,4,5",
20 "PEBScounters": "0,1,2,3,4,5",
29 "Counter": "0,1,2,3,4,5",
32 "PEBScounters": "0,1,2,3,4,5",
41 "Counter": "0,1,2,3,4,5",
44 "PEBScounters": "0,1,2,3,4,5",
53 "Counter": "0,1,2,3,4,5",
56 "PEBScounters": "0,1,2,3,4,5",
[all …]
/Linux-v6.1/drivers/clk/mmp/
Dclk-of-pxa168.c161 …arent_names, ARRAY_SIZE(twsi_parent_names), CLK_SET_RATE_PARENT, APBC_TWSI0, 4, 3, 0, &twsi0_lock},
162 …arent_names, ARRAY_SIZE(twsi_parent_names), CLK_SET_RATE_PARENT, APBC_TWSI1, 4, 3, 0, &twsi1_lock},
163 …{0, "kpc_mux", kpc_parent_names, ARRAY_SIZE(kpc_parent_names), CLK_SET_RATE_PARENT, APBC_KPC, 4, 3…
164 …{0, "pwm0_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM0, 4,…
165 …{0, "pwm1_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM1, 4,…
166 …{0, "pwm2_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM2, 4,…
167 …{0, "pwm3_mux", pwm_parent_names, ARRAY_SIZE(pwm_parent_names), CLK_SET_RATE_PARENT, APBC_PWM3, 4,…
168 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART0, 4, 3, 0, &uart0_lock},
169 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART1, 4, 3, 0, &uart1_lock},
170 …arent_names, ARRAY_SIZE(uart_parent_names), CLK_SET_RATE_PARENT, APBC_UART2, 4, 3, 0, &uart2_lock},
[all …]
/Linux-v6.1/drivers/media/usb/gspca/
Dsn9c2028.c44 .sizeimage = 640 * 480 * 3 / 4,
53 .sizeimage = 352 * 288 * 3 / 4,
65 command[3], command[4], command[5]); in sn9c2028_command()
107 4, 0, gspca_dev->usb_buf, 4, 500); in sn9c2028_read4()
108 if (rc != 4) { in sn9c2028_read4()
112 memcpy(reading, gspca_dev->usb_buf, 4); in sn9c2028_read4()
121 __u8 reading[4]; in sn9c2028_long_command()
135 memset(reading, 0, 4); in sn9c2028_long_command()
234 case 4: in run_start_commands()
328 {{0x0c, 0x01, 0x00, 0x00, 0x00, 0x00}, 4}, in start_spy_cam()
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dvirtual-memory.json6 "EventCode": "0x12",
19 "EventCode": "0x12",
31 "EventCode": "0x12",
43 "EventCode": "0x12",
52 "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.",
55 "EventCode": "0x12",
58 …"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This…
64 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.",
67 "EventCode": "0x12",
70 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im…
[all …]
/Linux-v6.1/tools/testing/selftests/arm64/abi/
Dsyscall-abi-asm.S67 // Load ZA if it's enabled - uses x12 as scratch due to SME LDR
73 add x12, x12, #1
74 cmp x1, x12
83 ldp x12, x13, [x2], #16
100 ldp q4, q5, [x2, #16 * 4]
124 ldr z4, [x2, #4, MUL VL]
167 ldr p4, [x2, #4, MUL VL]
189 stp x12, x13, [x2], #16
207 stp q4, q5, [x2, #16 * 4]
229 // Save ZA if it's enabled - uses x12 as scratch due to SME STR
[all …]
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dza-test.S27 .align 4
62 bfi w3, w2, #28, #4 // Generation
65 mov w1, #MAXVL_B / 4
67 0: str w3, [x0], #4
88 mov x12, x1 // Use x12 for vector select
91 _adrza x0, x12, 2 // Shadow buffer pointer to x0 and x5
129 // Clobbers x0-x7 and x12.
133 mov x12, x0
340 mov x12, x2 // data size
353 mov x1, x12
[all …]
/Linux-v6.1/include/linux/mfd/wm8350/
Drtc.h18 #define WM8350_RTC_DATE_MONTH 0x12
47 #define WM8350_RTC_DAY_WED 4
56 * R18 (0x12) - RTC Date/Month
67 #define WM8350_RTC_MTH_APR 4
87 #define WM8350_RTC_MTH_DEC_BCD 0x12
124 #define WM8350_RTC_ALMDAY_WED 4
149 #define WM8350_RTC_ALMMTH_APR 4
169 #define WM8350_RTC_ALMMTH_DEC_BCD 0x12
197 #define WM8350_RTC_PINT_SHIFT 4
228 #define WM8350_RTC_PINT_DAYS 4
[all …]
/Linux-v6.1/sound/usb/6fire/
Dcontrol.c41 { 0x22, 0x04, 0x01 }, { 0x12, 0x04, 0x00 }, { 0x12, 0x05, 0x00 },
42 { 0x12, 0x0d, 0x38 }, { 0x12, 0x21, 0x82 }, { 0x12, 0x22, 0x80 },
43 { 0x12, 0x23, 0x00 }, { 0x12, 0x06, 0x02 }, { 0x12, 0x03, 0x00 },
44 { 0x12, 0x02, 0x00 }, { 0x22, 0x03, 0x01 },
68 comm_rt->write8(comm_rt, 0x12, 0x0f + i, in usb6fire_control_output_vol_update()
79 comm_rt->write8(comm_rt, 0x12, 0x0e, ~rt->output_mute); in usb6fire_control_output_mute_update()
90 comm_rt->write8(comm_rt, 0x12, 0x1c + i, in usb6fire_control_input_vol_update()
192 if (ch > 4) { in usb6fire_control_output_vol_put()
221 if (ch > 4) { in usb6fire_control_output_vol_get()
240 if (ch > 4) { in usb6fire_control_output_mute_put()
[all …]

12345678910>>...42