Searched +full:0 +full:x2f20 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | nvmem-cells.yaml | 44 reg = <0x1200000 0x0140000>; 50 macaddr_gmac1: macaddr_gmac1@0 { 51 reg = <0x0 0x6>; 55 reg = <0x6 0x6>; 59 reg = <0x1000 0x2f20>; 63 reg = <0x5000 0x2f20>; 72 partition@0 { 74 reg = <0x000000 0x100000>; 81 reg = <0x100000 0xe00000>; 87 reg = <0xf00000 0x100000>; [all …]
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-ipq4018-ap120c-ac.dtsi | 102 pinctrl-0 = <&i2c0_pins>; 107 reg = <0x29>; 114 pinctrl-0 = <&spi0_pins>; 118 flash@0 { 120 reg = <0>; 128 partition@0 { 130 reg = <0x00000000 0x00040000>; 136 reg = <0x00040000 0x00020000>; 142 reg = <0x00060000 0x00060000>; 148 reg = <0x000c0000 0x00010000>; [all …]
|
/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/ |
H A 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 …]
|
/openbmc/linux/drivers/dma/ioat/ |
H A 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 …]
|
/openbmc/linux/sound/soc/codecs/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A 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 …]
|