Home
last modified time | relevance | path

Searched +full:0 +full:x1401 (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.14.4/include/uapi/linux/
Dcycx_cfm.h28 #define CFM_IMAGE_SIZE 0x20000 /* max size of CYCX code image file */
31 #define CFM_LOAD_BUFSZ 0x400 /* buffer size for reset code (buffer_load) */
34 #define GEN_POWER_ON 0x1280
36 #define GEN_SET_SEG 0x1401 /* boot segment setting. */
37 #define GEN_BOOT_DAT 0x1402 /* boot data. */
38 #define GEN_START 0x1403 /* board start. */
39 #define GEN_DEFPAR 0x1404 /* buffer length for boot. */
/linux-6.14.4/drivers/media/rc/keymaps/
Drc-nec-terratec-cinergy-xs.c18 { 0x1441, KEY_HOME},
19 { 0x1401, KEY_POWER2},
21 { 0x1442, KEY_MENU}, /* DVD menu */
22 { 0x1443, KEY_SUBTITLE},
23 { 0x1444, KEY_TEXT}, /* Teletext */
24 { 0x1445, KEY_DELETE},
26 { 0x1402, KEY_NUMERIC_1},
27 { 0x1403, KEY_NUMERIC_2},
28 { 0x1404, KEY_NUMERIC_3},
29 { 0x1405, KEY_NUMERIC_4},
[all …]
/linux-6.14.4/lib/
Dcrc-itu-t.c10 /* CRC table for the CRC ITU-T V.41 0x1021 (x^16 + x^12 + x^5 + 1) */
12 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
13 0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef,
14 0x1231, 0x0210, 0x3273, 0x2252, 0x52b5, 0x4294, 0x72f7, 0x62d6,
15 0x9339, 0x8318, 0xb37b, 0xa35a, 0xd3bd, 0xc39c, 0xf3ff, 0xe3de,
16 0x2462, 0x3443, 0x0420, 0x1401, 0x64e6, 0x74c7, 0x44a4, 0x5485,
17 0xa56a, 0xb54b, 0x8528, 0x9509, 0xe5ee, 0xf5cf, 0xc5ac, 0xd58d,
18 0x3653, 0x2672, 0x1611, 0x0630, 0x76d7, 0x66f6, 0x5695, 0x46b4,
19 0xb75b, 0xa77a, 0x9719, 0x8738, 0xf7df, 0xe7fe, 0xd79d, 0xc7bc,
20 0x48c4, 0x58e5, 0x6886, 0x78a7, 0x0840, 0x1861, 0x2802, 0x3823,
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/pci/
Dqcom,pcie-x1e80100.yaml93 reg = <0 0x01c08000 0 0x3000>,
94 <0 0x7c000000 0 0xf1d>,
95 <0 0x7c000f40 0 0xa8>,
96 <0 0x7c001000 0 0x1000>,
97 <0 0x7c100000 0 0x100000>,
98 <0 0x01c0b000 0 0x1000>;
100 ranges = <0x01000000 0x0 0x00000000 0x0 0x60200000 0x0 0x100000>,
101 <0x02000000 0x0 0x60300000 0x0 0x60300000 0x0 0x3d00000>;
103 bus-range = <0x00 0xff>;
105 linux,pci-domain = <0>;
[all …]
Dqcom,pcie-sm8550.yaml103 reg = <0 0x01c00000 0 0x3000>,
104 <0 0x60000000 0 0xf1d>,
105 <0 0x60000f20 0 0xa8>,
106 <0 0x60001000 0 0x1000>,
107 <0 0x60100000 0 0x100000>;
109 ranges = <0x01000000 0x0 0x00000000 0x0 0x60200000 0x0 0x100000>,
110 <0x02000000 0x0 0x60300000 0x0 0x60300000 0x0 0x3d00000>;
112 bus-range = <0x00 0xff>;
114 linux,pci-domain = <0>;
149 interrupt-map-mask = <0 0 0 0x7>;
[all …]
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt76x2/
Dpci_init.c26 mt76_wr(dev, MT_PBF_TX_MAX_PCNT, 0xefef3f1f); in mt76x2_mac_pbf_init()
27 mt76_wr(dev, MT_PBF_RX_MAX_PCNT, 0xfebf); in mt76x2_mac_pbf_init()
34 s8 offset = 0; in mt76x2_fixup_xtal()
38 offset = eep_val & 0x7f; in mt76x2_fixup_xtal()
39 if ((eep_val & 0xff) == 0xff) in mt76x2_fixup_xtal()
40 offset = 0; in mt76x2_fixup_xtal()
41 else if (eep_val & 0x80) in mt76x2_fixup_xtal()
42 offset = 0 - offset; in mt76x2_fixup_xtal()
45 if (eep_val == 0x00 || eep_val == 0xff) { in mt76x2_fixup_xtal()
47 eep_val &= 0xff; in mt76x2_fixup_xtal()
[all …]
/linux-6.14.4/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c16 #define MAX_H_POSITION 5 /* Range: [-5..5], negative is on the left, 0 is default, positive is on t…
17 #define MAX_V_POSITION 5 /* Range: [-5..5], negative is up, 0 is default, positive is down */
67 #define FRAC_BITS 0xe
68 #define FRAC_MASK 0x3fff
87 0x0007,
88 0x003f,
89 0x0263,
90 0x0a24,
91 0x2a6b,
92 0x0a36,
[all …]
/linux-6.14.4/arch/x86/pci/
Dolpc.c33 * the size of the region by writing ~0 to a base address register
38 * ~0 to a base address register.
41 static const uint32_t lxnb_hdr[] = { /* dev 1 function 0 - devfn = 8 */
42 0x0, 0x0, 0x0, 0x0,
43 0x0, 0x0, 0x0, 0x0,
45 0x281022, 0x2200005, 0x6000021, 0x80f808, /* AMD Vendor ID */
46 0x0, 0x0, 0x0, 0x0, /* No virtual registers, hence no BAR */
47 0x0, 0x0, 0x0, 0x28100b,
48 0x0, 0x0, 0x0, 0x0,
49 0x0, 0x0, 0x0, 0x0,
[all …]
Dfixup.c25 reg = 0xd0; in pci_fixup_i450nx()
26 for(pxb = 0; pxb < 2; pxb++) { in pci_fixup_i450nx()
48 pci_read_config_byte(d, 0x4a, &busno); in pci_fixup_i450gx()
64 for(i = 0; i < 4; i++) in pci_fixup_umc_ide()
100 * - bits 5, 6, 7 at offset 0x55 need to be turned off
102 * - bits 5, 6, 7 at offset 0x95 need to be turned off
103 * VIA 8363 rev 0x81/0x84 (KL133/KM133) Northbridges:
104 * - bits 6, 7 at offset 0x55 need to be turned off
107 #define VIA_8363_KL133_REVISION_ID 0x81
108 #define VIA_8363_KM133_REVISION_ID 0x84
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/include/asic_reg/bif/
Dbif_4_1_d.h27 #define mmMM_INDEX 0x0
28 #define mmMM_INDEX_HI 0x6
29 #define mmMM_DATA 0x1
30 #define mmCC_BIF_BX_FUSESTRAP0 0x14D7
31 #define mmBUS_CNTL 0x1508
32 #define mmCONFIG_CNTL 0x1509
33 #define mmCONFIG_MEMSIZE 0x150a
34 #define mmCONFIG_F0_BASE 0x150b
35 #define mmCONFIG_APER_SIZE 0x150c
36 #define mmCONFIG_REG_APER_SIZE 0x150d
[all …]
Dbif_5_0_d.h27 #define mmMM_INDEX 0x0
28 #define mmMM_INDEX_HI 0x6
29 #define mmMM_DATA 0x1
30 #define mmCC_BIF_BX_FUSESTRAP0 0x14D7
31 #define mmCC_BIF_BX_STRAP2 0x152A
32 #define mmBIF_MM_INDACCESS_CNTL 0x1500
33 #define mmBIF_DOORBELL_APER_EN 0x1501
34 #define mmBUS_CNTL 0x1508
35 #define mmCONFIG_CNTL 0x1509
36 #define mmCONFIG_MEMSIZE 0x150a
[all …]
/linux-6.14.4/drivers/net/ethernet/8390/
Dne2k-pci.c47 /* #define PACKETBUF_MEMSIZE 0x40 */
82 module_param_array(options, int, NULL, 0);
83 module_param_array(full_duplex, int, NULL, 0);
106 FORCE_FDX = 0x20,
107 REALTEK_FDX = 0x40, HOLTEK_FDX = 0x80,
108 STOP_PG_0x60 = 0x100,
112 CH_RealTek_RTL_8029 = 0,
131 {"Winbond 89C940", 0},
132 {"Compex RL2000", 0},
133 {"KTI ET32P2", 0},
[all …]
/linux-6.14.4/drivers/usb/serial/
Dxr_serial.c34 #define XR21V141X_UART_REG_BLOCK 0
36 #define XR21V141X_UART_CUSTOM_BLOCK 0x66
39 #define XR21V141X_CLOCK_DIVISOR_0 0x04
40 #define XR21V141X_CLOCK_DIVISOR_1 0x05
41 #define XR21V141X_CLOCK_DIVISOR_2 0x06
42 #define XR21V141X_TX_CLOCK_MASK_0 0x07
43 #define XR21V141X_TX_CLOCK_MASK_1 0x08
44 #define XR21V141X_RX_CLOCK_MASK_0 0x09
45 #define XR21V141X_RX_CLOCK_MASK_1 0x0a
46 #define XR21V141X_REG_FORMAT 0x0b
[all …]
/linux-6.14.4/drivers/media/usb/go7007/
Dgo7007-fw.c40 #define SPECIAL_FRM_HEAD 0
58 #define CODE_GEN(name, dest) struct code_gen name = { dest, 0, 32, 0 }
70 } while (0)
169 { 0x01, 1 }, { 0x03, 3 }, { 0x02, 3 }, { 0x03, 4 },
170 { 0x02, 4 }, { 0x03, 5 }, { 0x02, 5 }, { 0x07, 7 },
171 { 0x06, 7 }, { 0x0b, 8 }, { 0x0a, 8 }, { 0x09, 8 },
172 { 0x08, 8 }, { 0x07, 8 }, { 0x06, 8 }, { 0x17, 10 },
173 { 0x16, 10 }, { 0x15, 10 }, { 0x14, 10 }, { 0x13, 10 },
174 { 0x12, 10 }, { 0x23, 11 }, { 0x22, 11 }, { 0x21, 11 },
175 { 0x20, 11 }, { 0x1f, 11 }, { 0x1e, 11 }, { 0x1d, 11 },
[all …]
/linux-6.14.4/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst153 (output in hex format: 0xAAAABBCC), where:
211 events. If a key is "masked" (bit set to 0 in the mask), the firmware
240 echo 0xffffffff > /proc/acpi/ibm/hotkey -- enable all hot keys
241 echo 0 > /proc/acpi/ibm/hotkey -- disable all possible hot keys
262 Returns 0.
269 to this value. This is always 0x80c, because those are
276 0: returns -EPERM
323 0 and 25 Hz. Polling is only carried out when strictly
337 attribute will read 0 if the switch is in the "radios
345 will read 0 if the ThinkPad is in normal mode, and
[all …]
/linux-6.14.4/drivers/scsi/
Dsense_codes.h7 SENSE_CODE(0x0000, "No additional sense information")
8 SENSE_CODE(0x0001, "Filemark detected")
9 SENSE_CODE(0x0002, "End-of-partition/medium detected")
10 SENSE_CODE(0x0003, "Setmark detected")
11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected")
12 SENSE_CODE(0x0005, "End-of-data detected")
13 SENSE_CODE(0x0006, "I/O process terminated")
14 SENSE_CODE(0x0007, "Programmable early warning detected")
15 SENSE_CODE(0x0011, "Audio play operation in progress")
16 SENSE_CODE(0x0012, "Audio play operation paused")
[all …]
/linux-6.14.4/sound/soc/codecs/
Drt5682s.h21 #define RT5682S_RESET 0x0000
22 #define RT5682S_VERSION_ID 0x00fd
23 #define RT5682S_VENDOR_ID 0x00fe
24 #define RT5682S_DEVICE_ID 0x00ff
26 #define RT5682S_HP_CTRL_1 0x0002
27 #define RT5682S_HP_CTRL_2 0x0003
28 #define RT5682S_HPL_GAIN 0x0005
29 #define RT5682S_HPR_GAIN 0x0006
31 #define RT5682S_I2C_CTRL 0x0008
34 #define RT5682S_CBJ_BST_CTRL 0x000b
[all …]
Dwm5110.c49 { .type = WMFW_ADSP2_PM, .base = 0x100000 },
50 { .type = WMFW_ADSP2_ZM, .base = 0x180000 },
51 { .type = WMFW_ADSP2_XM, .base = 0x190000 },
52 { .type = WMFW_ADSP2_YM, .base = 0x1a8000 },
56 { .type = WMFW_ADSP2_PM, .base = 0x200000 },
57 { .type = WMFW_ADSP2_ZM, .base = 0x280000 },
58 { .type = WMFW_ADSP2_XM, .base = 0x290000 },
59 { .type = WMFW_ADSP2_YM, .base = 0x2a8000 },
63 { .type = WMFW_ADSP2_PM, .base = 0x300000 },
64 { .type = WMFW_ADSP2_ZM, .base = 0x380000 },
[all …]
/linux-6.14.4/drivers/gpu/drm/meson/
Dmeson_registers.h18 #define VPP2_DUMMY_DATA 0x1900
19 #define VPP2_LINE_IN_LENGTH 0x1901
20 #define VPP2_PIC_IN_HEIGHT 0x1902
21 #define VPP2_SCALE_COEF_IDX 0x1903
22 #define VPP2_SCALE_COEF 0x1904
23 #define VPP2_VSC_REGION12_STARTP 0x1905
24 #define VPP2_VSC_REGION34_STARTP 0x1906
25 #define VPP2_VSC_REGION4_ENDP 0x1907
26 #define VPP2_VSC_START_PHASE_STEP 0x1908
27 #define VPP2_VSC_REGION0_PHASE_SLOPE 0x1909
[all …]
/linux-6.14.4/drivers/net/dsa/microchip/
Dksz_common.c38 #define MIB_COUNTER_NUM 0x20
117 { 0x00, "rx" },
118 { 0x01, "rx_hi" },
119 { 0x02, "rx_undersize" },
120 { 0x03, "rx_fragments" },
121 { 0x04, "rx_oversize" },
122 { 0x05, "rx_jabbers" },
123 { 0x06, "rx_symbol_err" },
124 { 0x07, "rx_crc_err" },
125 { 0x08, "rx_align_err" },
[all …]
/linux-6.14.4/drivers/usb/class/
Dcdc-acm.c93 minor = idr_alloc(&acm_minors, acm, 0, ACM_TTY_MINORS, GFP_KERNEL); in acm_alloc_minor()
120 retval = usb_control_msg(acm->dev, usb_sndctrlpipe(acm->dev, 0), in acm_ctrl_msg()
122 acm->control->altsetting[0].desc.bInterfaceNumber, in acm_ctrl_msg()
126 "%s - rq 0x%02x, val %#x, len %#x, result %d\n", in acm_ctrl_msg()
131 return retval < 0 ? retval : 0; in acm_ctrl_msg()
143 control, NULL, 0); in acm_set_control()
147 acm_ctrl_msg(acm, USB_CDC_REQ_SET_LINE_CODING, 0, line, sizeof *(line))
149 acm_ctrl_msg(acm, USB_CDC_REQ_SEND_BREAK, ms, NULL, 0)
156 for (i = 0; i < ACM_NW; i++) in acm_poison_urbs()
158 for (i = 0; i < acm->rx_buflimit; i++) in acm_poison_urbs()
[all …]
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dpci.c43 { 0x10de, 0x0010, NULL, { .tv_gpio = 4 } },
50 { 0x1462, 0x5710, NULL, { .tv_pin_mask = 0xc } },
57 { 0x19da, 0x1035, NULL, { .tv_pin_mask = 0xc } },
58 { 0x19da, 0x2035, NULL, { .tv_pin_mask = 0xc } },
64 { 0x10de, 0x0595, "Tesla T10 Processor" },
65 { 0x10de, 0x068f, "Tesla T10 Processor" },
66 { 0x10de, 0x0697, "Tesla M1060" },
67 { 0x10de, 0x0714, "Tesla M1060" },
68 { 0x10de, 0x0743, "Tesla M1060" },
74 { 0x106b, 0x00a7, "GeForce 8800 GS" },
[all …]
/linux-6.14.4/drivers/net/usb/
Dqmi_wwan.c59 QMI_WWAN_FLAG_RAWIP = 1 << 0,
65 QMI_WWAN_QUIRK_DTR = 1 << 0, /* needs "set DTR" request */
89 return 0; in qmimux_open()
95 return 0; in qmimux_stop()
106 hdr->pad = 0; in qmimux_start_xmit()
130 dev->hard_header_len = 0; in qmimux_setup()
131 dev->addr_len = 0; in qmimux_setup()
164 unsigned int len, offset = 0, pad_len, pkt_len; in qmimux_rx_fixup()
176 return 0; in qmimux_rx_fixup()
179 if (hdr->pad & 0x80) in qmimux_rx_fixup()
[all …]
/linux-6.14.4/drivers/usb/storage/
Dunusual_devs.h56 UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
63 UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003,
69 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
72 USB_SC_8070, USB_PR_CB, NULL, 0),
75 UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000,
85 UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001,
90 UNUSUAL_DEV( 0x03f3, 0x0001, 0x0000, 0x9999,
101 UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
108 UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
119 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
[all …]
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dsm8550.dtsi39 #clock-cells = <0>;
44 #clock-cells = <0>;
48 #clock-cells = <0>;
56 #clock-cells = <0>;
66 #size-cells = <0>;
68 cpu0: cpu@0 {
71 reg = <0 0>;
72 clocks = <&cpufreq_hw 0>;
77 qcom,freq-domain = <&cpufreq_hw 0>;
97 reg = <0 0x100>;
[all …]

12