Searched +full:0 +full:x2f20 (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/mtd/partitions/ |
D | nvmem-cells.yaml | 45 reg = <0x1200000 0x0140000>; 51 macaddr_gmac1: macaddr_gmac1@0 { 52 reg = <0x0 0x6>; 56 reg = <0x6 0x6>; 60 reg = <0x1000 0x2f20>; 64 reg = <0x5000 0x2f20>; 73 partition@0 { 75 reg = <0x000000 0x100000>; 82 reg = <0x100000 0xe00000>; 88 reg = <0xf00000 0x100000>; [all …]
|
/linux-6.14.4/arch/arm/boot/dts/qcom/ |
D | qcom-ipq4018-ap120c-ac.dtsi | 98 pinctrl-0 = <&i2c0_pins>; 103 reg = <0x29>; 110 pinctrl-0 = <&spi0_pins>; 114 flash@0 { 116 reg = <0>; 124 partition@0 { 126 reg = <0x00000000 0x00040000>; 132 reg = <0x00040000 0x00020000>; 138 reg = <0x00060000 0x00060000>; 144 reg = <0x000c0000 0x00010000>; [all …]
|
/linux-6.14.4/drivers/gpu/drm/radeon/reg_srcs/ |
D | r200 | 1 r200 0x3294 2 0x1434 SRC_Y_X 3 0x1438 DST_Y_X 4 0x143C DST_HEIGHT_WIDTH 5 0x146C DP_GUI_MASTER_CNTL 6 0x1474 BRUSH_Y_X 7 0x1478 DP_BRUSH_BKGD_CLR 8 0x147C DP_BRUSH_FRGD_CLR 9 0x1480 BRUSH_DATA0 10 0x1484 BRUSH_DATA1 [all …]
|
/linux-6.14.4/drivers/dma/ioat/ |
D | hw.h | 9 #define IOAT_MMIO_BAR 0 12 #define PCI_DEVICE_ID_INTEL_IOAT_IVB0 0x0e20 13 #define PCI_DEVICE_ID_INTEL_IOAT_IVB1 0x0e21 14 #define PCI_DEVICE_ID_INTEL_IOAT_IVB2 0x0e22 15 #define PCI_DEVICE_ID_INTEL_IOAT_IVB3 0x0e23 16 #define PCI_DEVICE_ID_INTEL_IOAT_IVB4 0x0e24 17 #define PCI_DEVICE_ID_INTEL_IOAT_IVB5 0x0e25 18 #define PCI_DEVICE_ID_INTEL_IOAT_IVB6 0x0e26 19 #define PCI_DEVICE_ID_INTEL_IOAT_IVB7 0x0e27 20 #define PCI_DEVICE_ID_INTEL_IOAT_IVB8 0x0e2e [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | rt715-sdca-sdw.h | 14 { 0x201a, 0x00 }, 15 { 0x201e, 0x00 }, 16 { 0x2020, 0x00 }, 17 { 0x2021, 0x00 }, 18 { 0x2022, 0x00 }, 19 { 0x2023, 0x00 }, 20 { 0x2024, 0x00 }, 21 { 0x2025, 0x01 }, 22 { 0x2026, 0x00 }, 23 { 0x2027, 0x00 }, [all …]
|
D | alc5623.c | 33 module_param(caps_charge, int, 0); 47 return snd_soc_component_write(component, ALC5623_RESET, 0); in alc5623_reset() 57 /* so write index num (here 0x46) to reg 0x6a */ in amp_mixer_event() 58 /* and then 0xffff/0 to reg 0x6c */ in amp_mixer_event() 59 snd_soc_component_write(component, ALC5623_HID_CTRL_INDEX, 0x46); in amp_mixer_event() 63 snd_soc_component_write(component, ALC5623_HID_CTRL_DATA, 0xFFFF); in amp_mixer_event() 66 snd_soc_component_write(component, ALC5623_HID_CTRL_DATA, 0); in amp_mixer_event() 70 return 0; in amp_mixer_event() 77 static const DECLARE_TLV_DB_SCALE(vol_tlv, -3450, 150, 0); 78 static const DECLARE_TLV_DB_SCALE(hp_tlv, -4650, 150, 0); [all …]
|
D | alc5632.c | 36 { 2, 0x8080 }, /* R2 - Speaker Output Volume */ 37 { 4, 0x8080 }, /* R4 - Headphone Output Volume */ 38 { 6, 0x8080 }, /* R6 - AUXOUT Volume */ 39 { 8, 0xC800 }, /* R8 - Phone Input */ 40 { 10, 0xE808 }, /* R10 - LINE_IN Volume */ 41 { 12, 0x1010 }, /* R12 - STEREO DAC Input Volume */ 42 { 14, 0x0808 }, /* R14 - MIC Input Volume */ 43 { 16, 0xEE0F }, /* R16 - Stereo DAC and MIC Routing Control */ 44 { 18, 0xCBCB }, /* R18 - ADC Record Gain */ 45 { 20, 0x7F7F }, /* R20 - ADC Record Mixer Control */ [all …]
|
D | rt5631.c | 39 { RT5631_SPK_OUT_VOL, 0x8888 }, 40 { RT5631_HP_OUT_VOL, 0x8080 }, 41 { RT5631_MONO_AXO_1_2_VOL, 0xa080 }, 42 { RT5631_AUX_IN_VOL, 0x0808 }, 43 { RT5631_ADC_REC_MIXER, 0xf0f0 }, 44 { RT5631_VDAC_DIG_VOL, 0x0010 }, 45 { RT5631_OUTMIXER_L_CTRL, 0xffc0 }, 46 { RT5631_OUTMIXER_R_CTRL, 0xffc0 }, 47 { RT5631_AXO1MIXER_CTRL, 0x88c0 }, 48 { RT5631_AXO2MIXER_CTRL, 0x88c0 }, [all …]
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | s5h1411.c | 42 } while (0) 50 { S5H1411_I2C_TOP_ADDR, 0x00, 0x0071, }, 51 { S5H1411_I2C_TOP_ADDR, 0x08, 0x0047, }, 52 { S5H1411_I2C_TOP_ADDR, 0x1c, 0x0400, }, 53 { S5H1411_I2C_TOP_ADDR, 0x1e, 0x0370, }, 54 { S5H1411_I2C_TOP_ADDR, 0x1f, 0x342c, }, 55 { S5H1411_I2C_TOP_ADDR, 0x24, 0x0231, }, 56 { S5H1411_I2C_TOP_ADDR, 0x25, 0x1011, }, 57 { S5H1411_I2C_TOP_ADDR, 0x26, 0x0f07, }, 58 { S5H1411_I2C_TOP_ADDR, 0x27, 0x0f04, }, [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/spl/ |
D | dc_spl_scl_easf_filters.c | 22 0x0200, 0x0200, 0x0000, 23 0x01F6, 0x0206, 0x0004, 24 0x01EC, 0x020B, 0x0009, 25 0x01E2, 0x0211, 0x000D, 26 0x01D8, 0x0216, 0x0012, 27 0x01CE, 0x021C, 0x0016, 28 0x01C4, 0x0221, 0x001B, 29 0x01BA, 0x0226, 0x0020, 30 0x01B0, 0x022A, 0x0026, 31 0x01A6, 0x022F, 0x002B, [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/include/asic_reg/dcn/ |
D | dcn_4_1_0_offset.h | 11 // base address: 0x0 12 …DENTIST_DISPCLK_CNTL 0x0064 17 // base address: 0x0 18 …PHYPLLA_PIXCLK_RESYNC_CNTL 0x0040 20 …PHYPLLB_PIXCLK_RESYNC_CNTL 0x0041 22 …PHYPLLC_PIXCLK_RESYNC_CNTL 0x0042 24 …PHYPLLD_PIXCLK_RESYNC_CNTL 0x0043 26 …DP_DTO_DBUF_EN 0x0044 28 …DSCCLK3_DTO_PARAM 0x0045 30 …DSCCLK4_DTO_PARAM 0x0046 [all …]
|