Home
last modified time | relevance | path

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

12345678910>>...41

/Linux-v6.1/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-v6.1/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-v6.1/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-kye.c24 0x06, 0x00, 0xFF, /* Usage Page (FF00h), */
25 0x09, 0x01, /* Usage (01h), */
26 0xA1, 0x01, /* Collection (Application), */
27 0x85, 0x05, /* Report ID (5), */
28 0x09, 0x01, /* Usage (01h), */
29 0x15, 0x80, /* Logical Minimum (-128), */
30 0x25, 0x7F, /* Logical Maximum (127), */
31 0x75, 0x08, /* Report Size (8), */
32 0x95, 0x07, /* Report Count (7), */
33 0xB1, 0x02, /* Feature (Variable), */
[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-v6.1/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-v6.1/drivers/block/paride/
Daten.c30 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88)
32 /* cont = 0 - access the IDE register file
36 static int cont_map[2] = { 0x08, 0x20 };
42 r = regr + cont_map[cont] + 0x80; in aten_write_regr()
44 w0(r); w2(0xe); w2(6); w0(val); w2(7); w2(6); w2(0xc); in aten_write_regr()
51 r = regr + cont_map[cont] + 0x40; in aten_read_regr()
55 case 0: w0(r); w2(0xe); w2(6); in aten_read_regr()
56 w2(7); w2(6); w2(0); in aten_read_regr()
57 a = r1(); w0(0x10); b = r1(); w2(0xc); in aten_read_regr()
60 case 1: r |= 0x10; in aten_read_regr()
[all …]
Don20.c27 #define op(f) w2(4);w0(f);w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4);
30 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0))
32 /* cont = 0 - access the IDE register file
42 op(1); vl(r); op(0); in on20_read_regr()
46 case 0: w2(4); w2(6); l = r1(); in on20_read_regr()
51 case 1: w2(4); w2(0x26); r = r0(); in on20_read_regr()
52 w2(4); w2(0x26); w2(4); in on20_read_regr()
66 op(0); vl(val); in on20_write_regr()
67 op(0); vl(val); in on20_write_regr()
75 w2(4);w0(0);w2(0xc);w2(4);w2(6);w2(4);w2(6);w2(4); in on20_connect()
[all …]
/Linux-v6.1/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-v6.1/arch/powerpc/boot/dts/
Dmpc7448hpc2.dts29 #size-cells =<0>;
31 PowerPC,7448@0 {
33 reg = <0x0>;
36 d-cache-size = <0x8000>; // L1, 32K bytes
37 i-cache-size = <0x8000>; // L1, 32K bytes
38 timebase-frequency = <0>; // 33 MHz, from uboot
39 clock-frequency = <0>; // From U-Boot
40 bus-frequency = <0>; // From U-Boot
46 reg = <0x0 0x20000000 // DDR2 512M at 0
54 ranges = <0x0 0xc0000000 0x10000>;
[all …]
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-v6.1/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 …]
Dqib_7220_regs.h37 #define QIB_7220_Revision_OFFS 0x0
38 #define QIB_7220_Revision_R_Simulator_LSB 0x3F
39 #define QIB_7220_Revision_R_Simulator_RMASK 0x1
40 #define QIB_7220_Revision_R_Emulation_LSB 0x3E
41 #define QIB_7220_Revision_R_Emulation_RMASK 0x1
42 #define QIB_7220_Revision_R_Emulation_Revcode_LSB 0x28
43 #define QIB_7220_Revision_R_Emulation_Revcode_RMASK 0x3FFFFF
44 #define QIB_7220_Revision_BoardID_LSB 0x20
45 #define QIB_7220_Revision_BoardID_RMASK 0xFF
46 #define QIB_7220_Revision_R_SW_LSB 0x18
[all …]
/Linux-v6.1/drivers/gpu/drm/panel/
Dpanel-boe-himax8279d.c63 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios()
64 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios()
65 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios()
71 unsigned int i = 0; in send_mipi_cmds()
74 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds()
78 if (err < 0) in send_mipi_cmds()
82 return 0; in send_mipi_cmds()
91 return 0; in boe_panel_disable()
94 if (err < 0) { in boe_panel_disable()
101 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 …]
Dpanel-boe-tv101wum-nl6.c79 _INIT_DCS_CMD(0xFF, 0x20),
80 _INIT_DCS_CMD(0xFB, 0x01),
81 _INIT_DCS_CMD(0x05, 0xD9),
82 _INIT_DCS_CMD(0x07, 0x78),
83 _INIT_DCS_CMD(0x08, 0x5A),
84 _INIT_DCS_CMD(0x0D, 0x63),
85 _INIT_DCS_CMD(0x0E, 0x91),
86 _INIT_DCS_CMD(0x0F, 0x73),
87 _INIT_DCS_CMD(0x95, 0xE6),
88 _INIT_DCS_CMD(0x96, 0xF0),
[all …]
/Linux-v6.1/drivers/hid/i2c-hid/
Di2c-hid-dmi-quirks.c40 {0x1e, 0x00, /* Length of descriptor */
41 0x00, 0x01, /* Version of descriptor */
42 0xdb, 0x01, /* Length of report descriptor */
43 0x21, 0x00, /* Location of report descriptor */
44 0x24, 0x00, /* Location of input report */
45 0x1b, 0x00, /* Max input report length */
46 0x25, 0x00, /* Location of output report */
47 0x11, 0x00, /* Max output report length */
48 0x22, 0x00, /* Location of command register */
49 0x23, 0x00, /* Location of data register */
[all …]
/Linux-v6.1/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-v6.1/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 */
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/
Dmstar,msg2638.yaml20 const: 0x26
53 #size-cells = <0>;
56 reg = <0x26>;
61 pinctrl-0 = <&ts_int_reset_default>;
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dgf100.c30 * The value 0xff represents an invalid storage type.
37 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0xff, 0x01, /* 0x00 */ in gf100_mmu_kind()
38 0x01, 0x01, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, in gf100_mmu_kind()
39 0xff, 0x11, 0xff, 0xff, 0xff, 0xff, 0xff, 0x11, /* 0x10 */ in gf100_mmu_kind()
40 0x11, 0x11, 0x11, 0xff, 0xff, 0xff, 0xff, 0xff, in gf100_mmu_kind()
41 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x26, 0x27, /* 0x20 */ in gf100_mmu_kind()
42 0x28, 0x29, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, in gf100_mmu_kind()
43 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* 0x30 */ in gf100_mmu_kind()
44 0xff, 0xff, 0x26, 0x27, 0x28, 0x29, 0x26, 0x27, in gf100_mmu_kind()
45 0x28, 0x29, 0xff, 0xff, 0xff, 0xff, 0x46, 0xff, /* 0x40 */ in gf100_mmu_kind()
[all …]

12345678910>>...41