Home
last modified time | relevance | path

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

12345678910>>...44

/kernel/linux/linux-5.10/arch/arm64/crypto/
Dpoly1305-core.S_shipped36 and x9,x9,#-4
45 adr x12,.Lpoly1305_blocks
49 csel x12,x12,x7,eq
54 stp x12,x13,[x2]
74 lsr x12,x4,#32
87 add x12,x12,x13,lsl#26 // base 2^26 -> base 2^64
89 adds x12,x12,x14,lsl#52
98 csel x4,x4,x12,eq // choose between radixes
112 mul x12,x4,x7 // h0*r0
119 adds x12,x12,x10
[all …]
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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfs.h20 #define SEEK_HOLE 4
67 #define MS_NODEV 4
125 #define BLKROSET _IO(0x12,93)
126 #define BLKROGET _IO(0x12,94)
127 #define BLKRRPART _IO(0x12,95)
128 #define BLKGETSIZE _IO(0x12,96)
129 #define BLKFLSBUF _IO(0x12,97)
130 #define BLKRASET _IO(0x12,98)
131 #define BLKRAGET _IO(0x12,99)
132 #define BLKFRASET _IO(0x12,100)
[all …]
/kernel/linux/linux-5.10/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)
243 {{0x0, 0x0A}, 0x12, 0x0},
[all …]
/kernel/linux/linux-5.10/arch/arm/crypto/
Dchacha-scalar-core.S39 X12 .req r10
75 ldr \b, [\src, #\offset + 4]
84 str \b, [\dst, #\offset + 4]
123 // quarterrounds: (x0, x4, x8, x12) and (x1, x5, x9, x13)
124 _halfround X0, X4, X8_X10, X12, X1, X5, X9_X11, X13
138 // quarterrounds: (x0, x5, x10, x15) and (x1, x6, x11, x12)
139 _halfround X0, X5, X8_X10, X15, X1, X6, X9_X11, X12
161 // Registers contain x0-x9,x12-x15.
168 // Registers contain x0-x9,x12-x15.
169 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'.
[all …]
Dchacha-neon-core.S96 vext.8 q1, q1, q1, #4
130 vext.8 q3, q3, q3, #4
202 .align 4
204 .Lrol8_table: .byte 3, 0, 1, 2, 7, 4, 5, 6
215 // r1: 4 data blocks output, o
216 // r2: 4 data blocks input, i
240 vadd.u32 q12, q12, q4 // x12 += counter values 0-3
258 // x0 += x4, x12 = rotl32(x12 ^ x0, 16)
277 // x8 += x12, x4 = rotl32(x4 ^ x8, 12)
302 // x0 += x4, x12 = rotl32(x12 ^ x0, 8)
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dmdio-mux-gpio.txt23 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a
24 pair of GPIO lines. Child busses 2 and 3 populated with 4
29 gpios = <&gpio1 3 0>, <&gpio1 4 0>;
43 <3 0x12 0 0x4105>,
52 <3 0x12 0 0x4105>,
61 <3 0x12 0 0x4105>,
66 phy14: ethernet-phy@4 {
67 reg = <4>;
70 <3 0x12 0 0x4105>,
86 <3 0x12 0 0x4105>,
[all …]
Dmdio-mux.txt33 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a
34 pair of GPIO lines. Child busses 2 and 3 populated with 4
39 gpios = <&gpio1 3 0>, <&gpio1 4 0>;
53 <3 0x12 0 0x4105>,
62 <3 0x12 0 0x4105>,
71 <3 0x12 0 0x4105>,
76 phy14: ethernet-phy@4 {
77 reg = <4>;
80 <3 0x12 0 0x4105>,
96 <3 0x12 0 0x4105>,
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfs.h35 #define SEEK_HOLE 4
104 #define BLKROSET _IO(0x12, 93)
105 #define BLKROGET _IO(0x12, 94)
106 #define BLKRRPART _IO(0x12, 95)
107 #define BLKGETSIZE _IO(0x12, 96)
108 #define BLKFLSBUF _IO(0x12, 97)
109 #define BLKRASET _IO(0x12, 98)
110 #define BLKRAGET _IO(0x12, 99)
111 #define BLKFRASET _IO(0x12, 100)
112 #define BLKFRAGET _IO(0x12, 101)
[all …]
Dblkzoned.h49 __u8 resv[4];
63 #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report)
64 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range)
65 #define BLKGETZONESZ _IOR(0x12, 132, __u32)
66 #define BLKGETNRZONES _IOR(0x12, 133, __u32)
67 #define BLKOPENZONE _IOW(0x12, 134, struct blk_zone_range)
68 #define BLKCLOSEZONE _IOW(0x12, 135, struct blk_zone_range)
69 #define BLKFINISHZONE _IOW(0x12, 136, struct blk_zone_range)
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/acpi/pmic/
Dintel_pmic_xpower.c21 #define GPI1_LDO_OFF (4 << 0)
47 .reg = 0x12,
52 .reg = 0x12,
57 .reg = 0x12,
62 .reg = 0x12,
67 .reg = 0x12,
72 .reg = 0x12,
77 .reg = 0x12,
249 ret = (buf[0] << 4) + ((buf[1] >> 4) & 0x0f); in intel_xpower_pmic_get_raw_temp()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_core.c9 * acceleration range of +-2/+-4/+-8/+-16 g and an angular rate range of
19 * - Accelerometer supported full-scale [g]: +-2/+-4/+-8/+-16
25 * - Accelerometer supported full-scale [g]: +-2/+-4/+-8/+-16
27 * - FIFO size: 4KB
32 * - Accelerometer supported full-scale [g]: +-2/+-4/+-8/+-16
38 * - Accelerometer supported full-scale [g]: +-2/+-4/+-8/+-16
136 .odr_avl[4] = { 476000, 0x05 },
149 .odr_avl[4] = { 476000, 0x05 },
158 .mask = GENMASK(4, 3),
164 .fs_len = 4,
[all …]

12345678910>>...44