Home
last modified time | relevance | path

Searched +full:0 +full:x26 (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/linux-6.8/sound/pci/hda/
Dhp_x360_helper.c10 { 0x17, 0x90170110 }, in alc295_fixup_hp_top_speakers()
14 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x0000), WRITE_COEF(0x28, 0x0000), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
15 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x003f), WRITE_COEF(0x28, 0x1000), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
16 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x0004), WRITE_COEF(0x28, 0x0600), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
17 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x006a), WRITE_COEF(0x28, 0x0006), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
18 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x006c), WRITE_COEF(0x28, 0xc0c0), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
19 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x0008), WRITE_COEF(0x28, 0xb000), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
20 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x002e), WRITE_COEF(0x28, 0x0800), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
21 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x006a), WRITE_COEF(0x28, 0x00c1), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
22 …WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x006c), WRITE_COEF(0x28, 0x0320), WRITE_COEF(0x29, 0xb… in alc295_fixup_hp_top_speakers()
[all …]
Dideapad_s740_helper.c5 { 0x20, AC_VERB_SET_COEF_INDEX, 0x10 },
6 { 0x20, AC_VERB_SET_PROC_COEF, 0x0320 },
7 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
8 { 0x20, AC_VERB_SET_PROC_COEF, 0x0041 },
9 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
10 { 0x20, AC_VERB_SET_PROC_COEF, 0x0041 },
11 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 },
12 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 },
13 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
14 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
[all …]
/linux-6.8/crypto/
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
200 "\x79\x7C\x3F\xA7\xA2\xCD\xCB\x3C\xD1\xE0\xBD\xBA\x26\x54\xB4\xF9"
219 "\xA9\x43\xE1\x1D\x10\xB2\x4D\x24\x9F\x2D\xEA\xFE\xF8\x0C\x18\x26",
247 "\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69"
251 "\x93\x99\x26\xED\x4F\x74\xA1\x3E\xDD\xFB\xE1\xA1\xCE\xCC\x48\x94"
277 "\x00\xB0\x6C\x4F\xDA\xBB\x63\x01\x19\x8D\x26\x5B\xDB\xAE\x94\x23"
308 "\xB6\xF6\xBC\xCD\x49\x34\x3A\x8F\x26\x94\xE3\x28\x82\x1A\x7C\x8F"
316 "\xD6\xB0\xE2\x62\x8F\x74\x26\xC2\x0C\xD3\x9A\x17\x47\xE6\x8E\xAB"
341 "\xD7\xFB\x99\xF5\x4A\xA5\x21\x1F\x2B\xEA\x93\xE8\x98\x26\xC4\x6E"
[all …]
Ddh.c27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx()
50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length()
52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length()
68 return 0; in dh_set_params()
80 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()
83 if (dh_set_params(ctx, &params) < 0) in dh_set_secret()
90 return 0; in dh_set_secret()
120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid()
132 val = mpi_alloc(0); in dh_is_pubkey_valid()
159 if (ret != 0) in dh_is_pubkey_valid()
[all …]
/linux-6.8/drivers/hid/
Dhid-waltop.c47 0x05, 0x0D, /* Usage Page (Digitizer), */
48 0x09, 0x02, /* Usage (Pen), */
49 0xA1, 0x01, /* Collection (Application), */
50 0x85, 0x10, /* Report ID (16), */
51 0x09, 0x20, /* Usage (Stylus), */
52 0xA0, /* Collection (Physical), */
53 0x09, 0x42, /* Usage (Tip Switch), */
54 0x09, 0x44, /* Usage (Barrel Switch), */
55 0x09, 0x46, /* Usage (Tablet Pick), */
56 0x15, 0x01, /* Logical Minimum (1), */
[all …]
Dhid-bigbenff.c6 * 0x146b:0x0902 "Bigben Interactive Bigben Game Pad"
23 * The original descriptor for 0x146b:0x0902
25 * 0x05, 0x01, // Usage Page (Generic Desktop Ctrls)
26 * 0x09, 0x05, // Usage (Game Pad)
27 * 0xA1, 0x01, // Collection (Application)
28 * 0x15, 0x00, // Logical Minimum (0)
29 * 0x25, 0x01, // Logical Maximum (1)
30 * 0x35, 0x00, // Physical Minimum (0)
31 * 0x45, 0x01, // Physical Maximum (1)
32 * 0x75, 0x01, // Report Size (1)
[all …]
Dhid-lg.c29 #define LG_RDESC 0x001
30 #define LG_BAD_RELATIVE_KEYS 0x002
31 #define LG_DUPLICATE_USAGES 0x004
32 #define LG_EXPANDED_KEYMAP 0x010
33 #define LG_IGNORE_DOUBLED_WHEEL 0x020
34 #define LG_WIRELESS 0x040
35 #define LG_INVERT_HWHEEL 0x080
36 #define LG_NOGET 0x100
37 #define LG_FF 0x200
38 #define LG_FF2 0x400
[all …]
Dhid-uclogic-rdesc.c23 0x05, 0x0D, /* Usage Page (Digitizer), */
24 0x09, 0x01, /* Usage (Digitizer), */
25 0xA1, 0x01, /* Collection (Application), */
26 0x85, 0x09, /* Report ID (9), */
27 0x09, 0x20, /* Usage (Stylus), */
28 0xA0, /* Collection (Physical), */
29 0x75, 0x01, /* Report Size (1), */
30 0x09, 0x42, /* Usage (Tip Switch), */
31 0x09, 0x44, /* Usage (Barrel Switch), */
32 0x09, 0x46, /* Usage (Tablet Pick), */
[all …]
/linux-6.8/lib/crypto/
Daesgcm.c43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values
60 return 0; in aesgcm_expandkey()
67 while (len > 0) { in aesgcm_ghash()
114 while (len > 0) { in aesgcm_crypt()
222 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9a"
244 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9a"
270 "\x1c\x26\x7e\x43\x84\xb0\xf6\x00"
276 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9a"
304 "\x26\x5b\x98\xb5\xd4\x8a\xb9\x19";
308 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9a"
[all …]
/linux-6.8/drivers/scsi/aic7xxx/
Daic7xxx_seq.h_shipped9 0xb2, 0x00, 0x00, 0x08,
10 0xf7, 0x11, 0x22, 0x08,
11 0x00, 0x65, 0xee, 0x59,
12 0xf7, 0x01, 0x02, 0x08,
13 0xff, 0x6a, 0x24, 0x08,
14 0x40, 0x00, 0x40, 0x68,
15 0x08, 0x1f, 0x3e, 0x10,
16 0x40, 0x00, 0x40, 0x68,
17 0xff, 0x40, 0x3c, 0x60,
18 0x08, 0x1f, 0x3e, 0x10,
[all …]
/linux-6.8/drivers/ata/pata_parport/
Daten.c20 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88)
23 * cont = 0 - access the IDE register file
26 static int cont_map[2] = { 0x08, 0x20 };
30 int r = regr + cont_map[cont] + 0x80; in aten_write_regr()
32 w0(r); w2(0xe); w2(6); w0(val); w2(7); w2(6); w2(0xc); in aten_write_regr()
39 r = regr + cont_map[cont] + 0x40; in aten_read_regr()
43 case 0: in aten_read_regr()
44 w0(r); w2(0xe); w2(6); in aten_read_regr()
45 w2(7); w2(6); w2(0); in aten_read_regr()
46 a = r1(); w0(0x10); b = r1(); w2(0xc); in aten_read_regr()
[all …]
/linux-6.8/drivers/video/fbdev/sis/
Doem300.h55 {0x08,0x08,0x08,0x08},
56 {0x08,0x08,0x08,0x08},
57 {0x08,0x08,0x08,0x08},
58 {0x2c,0x2c,0x2c,0x2c},
59 {0x08,0x08,0x08,0x08},
60 {0x08,0x08,0x08,0x08},
61 {0x08,0x08,0x08,0x08},
62 {0x20,0x20,0x20,0x20}
67 {0x20,0x20,0x20,0x20},
68 {0x20,0x20,0x20,0x20},
[all …]
/linux-6.8/drivers/infiniband/hw/qib/
Dqib_7322_regs.h35 #define QIB_7322_Revision_OFFS 0x0
36 #define QIB_7322_Revision_DEF 0x0000000002010601
37 #define QIB_7322_Revision_R_Simulator_LSB 0x3F
38 #define QIB_7322_Revision_R_Simulator_MSB 0x3F
39 #define QIB_7322_Revision_R_Simulator_RMASK 0x1
40 #define QIB_7322_Revision_R_Emulation_LSB 0x3E
41 #define QIB_7322_Revision_R_Emulation_MSB 0x3E
42 #define QIB_7322_Revision_R_Emulation_RMASK 0x1
43 #define QIB_7322_Revision_R_Emulation_Revcode_LSB 0x28
44 #define QIB_7322_Revision_R_Emulation_Revcode_MSB 0x3D
[all …]
/linux-6.8/drivers/gpu/drm/panel/
Dpanel-boe-himax8279d.c62 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios()
63 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios()
64 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios()
70 unsigned int i = 0; in send_mipi_cmds()
73 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds()
77 if (err < 0) in send_mipi_cmds()
81 return 0; in send_mipi_cmds()
90 return 0; in boe_panel_disable()
93 if (err < 0) { in boe_panel_disable()
100 return 0; in boe_panel_disable()
[all …]
Dpanel-samsung-s6e63j0x03.c23 #define MCS_LEVEL2_KEY 0xf0
24 #define MCS_MTP_KEY 0xf1
25 #define MCS_MTP_SET3 0xd4
54 .flags = 0,
60 0x00, 0x00, 0x00, 0x7f, 0x7f, 0x7f, 0x52, 0x6b, 0x6f, 0x26,
61 0x28, 0x2d, 0x28, 0x26, 0x27, 0x33, 0x34, 0x32, 0x36, 0x36,
62 0x35, 0x00, 0xab, 0x00, 0xae, 0x00, 0xbf
66 0x00, 0x00, 0x00, 0x70, 0x7f, 0x7f, 0x4e, 0x64, 0x69, 0x26,
67 0x27, 0x2a, 0x28, 0x29, 0x27, 0x31, 0x32, 0x31, 0x35, 0x34,
68 0x35, 0x00, 0xc4, 0x00, 0xca, 0x00, 0xdc
[all …]
/linux-6.8/drivers/hid/i2c-hid/
Di2c-hid-dmi-quirks.c42 {0x1e, 0x00, /* Length of descriptor */
43 0x00, 0x01, /* Version of descriptor */
44 0xdb, 0x01, /* Length of report descriptor */
45 0x21, 0x00, /* Location of report descriptor */
46 0x24, 0x00, /* Location of input report */
47 0x1b, 0x00, /* Max input report length */
48 0x25, 0x00, /* Location of output report */
49 0x11, 0x00, /* Max output report length */
50 0x22, 0x00, /* Location of command register */
51 0x23, 0x00, /* Location of data register */
[all …]
/linux-6.8/arch/alpha/kernel/
Dsys_eb64p.c42 outb(mask >> (irq >= 24 ? 24 : 16), (irq >= 24 ? 0x27 : 0x26)); in eb64p_update_irq_hw()
71 pld = inb(0x26) | (inb(0x27) << 8); in eb64p_device_interrupt()
100 if (inw(0x806) != 0xffff) { in eb64p_init_irq()
114 outb(0xff, 0x26); in eb64p_init_irq()
115 outb(0xff, 0x27); in eb64p_init_irq()
125 if (request_irq(16 + 5, no_action, 0, "isa-cascade", NULL)) in eb64p_init_irq()
134 * Summary @ 0x26:
136 * 0 Interrupt Line A from slot 0
138 * 2 Interrupt Line B from slot 0
140 * 4 Interrupt Line C from slot 0
[all …]
/linux-6.8/drivers/mtd/spi-nor/
Dsst.c12 #define SST_WRITE BIT(0)
26 if (ofs != 0 || len != nor->params->size) in sst26vf_nor_unlock()
33 if (!(nor->bouncebuf[0] & SST26VF_CR_BPNV)) { in sst26vf_nor_unlock()
56 return 0; in sst26vf_nor_late_init()
65 .id = SNOR_ID(0x62, 0x16, 0x12),
71 .id = SNOR_ID(0x62, 0x16, 0x13),
77 .id = SNOR_ID(0xbf, 0x25, 0x01),
84 .id = SNOR_ID(0xbf, 0x25, 0x02),
91 .id = SNOR_ID(0xbf, 0x25, 0x03),
98 .id = SNOR_ID(0xbf, 0x25, 0x04),
[all …]
/linux-6.8/tools/testing/selftests/hid/tests/
Ddescriptors_wacom.py5 0x05, 0x01, # . Usage Page (Desktop),
6 0x09, 0x02, # . Usage (Mouse),
7 0xA1, 0x01, # . Collection (Application),
8 0x85, 0x01, # . Report ID (1),
9 0x09, 0x01, # . Usage (Pointer),
10 0xA1, 0x00, # . Collection (Physical),
11 0x05, 0x09, # . Usage Page (Button),
12 0x19, 0x01, # . Usage Minimum (01h),
13 0x29, 0x03, # . Usage Maximum (03h),
14 0x15, 0x00, # . Logical Minimum (0),
[all …]
Dtest_ite_keyboard.py31 0x06, 0x85, 0xff, # Usage Page (Vendor Usage Page 0xff85)
32 0x09, 0x95, # Usage (Vendor Usage 0x95) 3
33 0xa1, 0x01, # Collection (Application) 5
34 0x85, 0x5a, # .Report ID (90) 7
35 0x09, 0x01, # .Usage (Vendor Usage 0x01) 9
36 0x15, 0x00, # .Logical Minimum (0) 11
37 0x26, 0xff, 0x00, # .Logical Maximum (255) 13
38 0x75, 0x08, # .Report Size (8) 16
39 0x95, 0x10, # .Report Count (16) 18
40 0xb1, 0x00, # .Feature (Data,Arr,Abs) 20
[all …]
/linux-6.8/arch/powerpc/boot/dts/
Dholly.dts23 #size-cells =<0>;
24 PowerPC,750CL@0 {
26 reg = <0x00000000>;
39 memory@0 {
41 reg = <0x00000000 0x20000000>;
49 ranges = <0x00000000 0xc0000000 0x00010000>;
50 reg = <0xc0000000 0x00010000>;
56 interrupts = <0xe 0x2>;
57 reg = <0x00007000 0x00000400>;
62 reg = <0x00006000 0x00000050>;
[all …]
/linux-6.8/fs/xfs/
Dxfs_dahash_test.c20 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30,
21 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4,
22 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60,
23 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c,
24 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4,
25 0xe9, 0x70, 0x51, 0x8c, 0x7f, 0x95, 0x6f, 0x1a,
26 0x56, 0xa1, 0x5c, 0x27, 0x03, 0x67, 0x9f, 0x3a,
27 0xe2, 0x31, 0x11, 0x29, 0x6b, 0x98, 0xfc, 0xc4,
28 0x53, 0x24, 0xc5, 0x8b, 0xce, 0x47, 0xb2, 0xb9,
29 0x32, 0xcb, 0xc1, 0xd0, 0x03, 0x57, 0x4e, 0xd4,
[all …]
/linux-6.8/kernel/bpf/preload/iterators/
Diterators.lskel-big-endian.h27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach()
29 if (fd > 0) in iterators_bpf__dump_bpf_map__attach()
38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach()
40 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach()
48 int ret = 0; in iterators_bpf__attach()
50 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach()
51 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach()
52 return ret < 0 ? ret : 0; in iterators_bpf__attach()
96 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
97 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
[all …]
/linux-6.8/drivers/soc/qcom/
Dspm.c19 #define SPM_CTL_INDEX 0x7f
21 #define SPM_CTL_EN BIT(0)
40 [SPM_REG_AVS_CTL] = 0x904,
41 [SPM_REG_AVS_LIMIT] = 0x908,
46 .avs_ctl = 0x1010031,
47 .avs_limit = 0x4580458,
52 .avs_ctl = 0x101c031,
53 .avs_limit = 0x4580458,
58 .avs_ctl = 0x1010031,
59 .avs_limit = 0x4700470,
[all …]
/linux-6.8/arch/arm64/kernel/
Drelocate_kernel.S47 ldr x26, [x0, #KIMAGE_ARCH_DTB_MEM]
89 mov x2, x26 /* dtb address */
93 hvc #0 /* Jumps from el2 */
95 mov x0, x26 /* dtb address */

12345678910>>...43