/linux-6.12.1/sound/pci/oxygen/ |
D | wm8776.h | 14 #define WM8776_HPLVOL 0x00 15 #define WM8776_HPRVOL 0x01 16 #define WM8776_HPMASTER 0x02 17 #define WM8776_DACLVOL 0x03 18 #define WM8776_DACRVOL 0x04 19 #define WM8776_DACMASTER 0x05 20 #define WM8776_PHASESWAP 0x06 21 #define WM8776_DACCTRL1 0x07 22 #define WM8776_DACMUTE 0x08 23 #define WM8776_DACCTRL2 0x09 [all …]
|
D | wm8766.h | 5 #define WM8766_LDA1 0x00 6 #define WM8766_RDA1 0x01 7 #define WM8766_DAC_CTRL 0x02 8 #define WM8766_INT_CTRL 0x03 9 #define WM8766_LDA2 0x04 10 #define WM8766_RDA2 0x05 11 #define WM8766_LDA3 0x06 12 #define WM8766_RDA3 0x07 13 #define WM8766_MASTDA 0x08 14 #define WM8766_DAC_CTRL2 0x09 [all …]
|
/linux-6.12.1/sound/soc/codecs/ |
D | ssm2602.h | 33 #define SSM2602_LINVOL 0x00 34 #define SSM2602_RINVOL 0x01 35 #define SSM2602_LOUT1V 0x02 36 #define SSM2602_ROUT1V 0x03 37 #define SSM2602_APANA 0x04 38 #define SSM2602_APDIGI 0x05 39 #define SSM2602_PWR 0x06 40 #define SSM2602_IFACE 0x07 41 #define SSM2602_SRATE 0x08 42 #define SSM2602_ACTIVE 0x09 [all …]
|
/linux-6.12.1/drivers/pinctrl/mediatek/ |
D | pinctrl-mt8183.c | 13 * iocfg[0]:0x10005000, iocfg[1]:0x11F20000, iocfg[2]:0x11E80000, 14 * iocfg[3]:0x11E70000, iocfg[4]:0x11E90000, iocfg[5]:0x11D30000, 15 * iocfg[6]:0x11D20000, iocfg[7]:0x11C50000, iocfg[8]:0x11F30000. 21 _x_bits, 32, 0) 28 PIN_FIELD(0, 192, 0x300, 0x10, 0, 4), 32 PIN_FIELD(0, 192, 0x0, 0x10, 0, 1), 36 PIN_FIELD(0, 192, 0x200, 0x10, 0, 1), 40 PIN_FIELD(0, 192, 0x100, 0x10, 0, 1), 44 PINS_FIELD_BASE(0, 3, 6, 0x000, 0x10, 3, 1), 45 PINS_FIELD_BASE(4, 7, 6, 0x000, 0x10, 5, 1), [all …]
|
D | pinctrl-mt8365.c | 18 /* 0E4E8SR 4/8/12/16 */ 20 /* 0E2E4SR 2/4/6/8 */ 23 MTK_DRV_GRP(2, 16, 0, 2, 2) 28 MTK_PIN_DRV_GRP(0, 0x710, 0, 2), 29 MTK_PIN_DRV_GRP(1, 0x710, 0, 2), 30 MTK_PIN_DRV_GRP(2, 0x710, 0, 2), 31 MTK_PIN_DRV_GRP(3, 0x710, 0, 2), 32 MTK_PIN_DRV_GRP(4, 0x710, 4, 2), 33 MTK_PIN_DRV_GRP(5, 0x710, 4, 2), 34 MTK_PIN_DRV_GRP(6, 0x710, 4, 2), [all …]
|
/linux-6.12.1/drivers/pinctrl/samsung/ |
D | pinctrl-exynos-arm.c | 27 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 32 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 36 #define S5P_OTHERS 0xE000 43 #define S5P_PIN_PULL_DISABLE 0 86 clk_base = of_iomap(np, 0); in s5pv210_retention_init() 106 EXYNOS_PIN_BANK_EINTG(8, 0x000, "gpa0", 0x00), 107 EXYNOS_PIN_BANK_EINTG(4, 0x020, "gpa1", 0x04), 108 EXYNOS_PIN_BANK_EINTG(8, 0x040, "gpb", 0x08), 109 EXYNOS_PIN_BANK_EINTG(5, 0x060, "gpc0", 0x0c), 110 EXYNOS_PIN_BANK_EINTG(5, 0x080, "gpc1", 0x10), [all …]
|
D | pinctrl-exynos-arm64.c | 24 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 29 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 35 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 40 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 49 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 58 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 67 EXYNOS5433_PIN_BANK_EINTW(8, 0x000, "gpa0", 0x00), 68 EXYNOS5433_PIN_BANK_EINTW(8, 0x020, "gpa1", 0x04), 69 EXYNOS5433_PIN_BANK_EINTW(8, 0x040, "gpa2", 0x08), 70 EXYNOS5433_PIN_BANK_EINTW(8, 0x060, "gpa3", 0x0c), [all …]
|
/linux-6.12.1/drivers/net/ethernet/seeq/ |
D | sgiseeq.h | 35 #define SEEQ_RSTAT_OVERF 0x001 /* Overflow */ 36 #define SEEQ_RSTAT_CERROR 0x002 /* CRC error */ 37 #define SEEQ_RSTAT_DERROR 0x004 /* Dribble error */ 38 #define SEEQ_RSTAT_SFRAME 0x008 /* Short frame */ 39 #define SEEQ_RSTAT_REOF 0x010 /* Received end of frame */ 40 #define SEEQ_RSTAT_FIG 0x020 /* Frame is good */ 41 #define SEEQ_RSTAT_TIMEO 0x040 /* Timeout, or late receive */ 42 #define SEEQ_RSTAT_WHICH 0x080 /* Which status, 1=old 0=new */ 43 #define SEEQ_RSTAT_LITTLE 0x100 /* DMA is done in little endian format */ 44 #define SEEQ_RSTAT_SDMA 0x200 /* DMA has started */ [all …]
|
/linux-6.12.1/arch/mips/boot/dts/mobileye/ |
D | eyeq6h-pins.dtsi | 9 * [0] | MUX_SEL | 0 - GPIO, 1 - alternative func 14 * [13:12] | PUD | pull-up/pull-down. 0, 3 - no, 1 - PD, 2 - PU 27 0x000 0x200 // I2C0_SCL pin 28 0x004 0x200 // I2C0_SDA pin 33 0x008 0x200 // I2C1_SCL pin 34 0x00c 0x200 // I2C1_SDA pin 39 0x080 1 // GPIO_C4__SMA0_MDC pin 40 0x084 1 // GPIO_C5__SMA0_MDIO pin 44 pinctrl-single,pins = <0x0a8 1>; // UART0 pin group 47 pinctrl-single,pins = <0x0a0 1>; // UART1 pin group [all …]
|
/linux-6.12.1/arch/mips/mm/ |
D | c-r3k.c | 40 *p = 0xa5a55a5a; in r3k_cache_size() 44 if (dummy != 0xa5a55a5a || (status & ST0_CM)) { in r3k_cache_size() 45 size = 0; in r3k_cache_size() 47 for (size = 128; size <= 0x40000; size <<= 1) in r3k_cache_size() 48 *(p + size) = 0; in r3k_cache_size() 51 (size <= 0x40000) && (*(p + size) == 0); in r3k_cache_size() 54 if (size > 0x40000) in r3k_cache_size() 55 size = 0; in r3k_cache_size() 75 for (i = 0; i < 128; i++) in r3k_cache_lsize() 76 *(p + i) = 0; in r3k_cache_lsize() [all …]
|
/linux-6.12.1/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-qserdes-com.h | 10 #define QSERDES_COM_ATB_SEL1 0x000 11 #define QSERDES_COM_ATB_SEL2 0x004 12 #define QSERDES_COM_FREQ_UPDATE 0x008 13 #define QSERDES_COM_BG_TIMER 0x00c 14 #define QSERDES_COM_SSC_EN_CENTER 0x010 15 #define QSERDES_COM_SSC_ADJ_PER1 0x014 16 #define QSERDES_COM_SSC_ADJ_PER2 0x018 17 #define QSERDES_COM_SSC_PER1 0x01c 18 #define QSERDES_COM_SSC_PER2 0x020 19 #define QSERDES_COM_SSC_STEP_SIZE1 0x024 [all …]
|
D | phy-qcom-qmp-qserdes-txrx.h | 10 #define QSERDES_TX_BIST_MODE_LANENO 0x000 11 #define QSERDES_TX_BIST_INVERT 0x004 12 #define QSERDES_TX_CLKBUF_ENABLE 0x008 13 #define QSERDES_TX_CMN_CONTROL_ONE 0x00c 14 #define QSERDES_TX_CMN_CONTROL_TWO 0x010 15 #define QSERDES_TX_CMN_CONTROL_THREE 0x014 16 #define QSERDES_TX_TX_EMP_POST1_LVL 0x018 17 #define QSERDES_TX_TX_POST2_EMPH 0x01c 18 #define QSERDES_TX_TX_BOOST_LVL_UP_DN 0x020 19 #define QSERDES_TX_HP_PD_ENABLES 0x024 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v4.h | 10 #define QSERDES_V4_TX_BIST_MODE_LANENO 0x000 11 #define QSERDES_V4_TX_BIST_INVERT 0x004 12 #define QSERDES_V4_TX_CLKBUF_ENABLE 0x008 13 #define QSERDES_V4_TX_TX_EMP_POST1_LVL 0x00c 14 #define QSERDES_V4_TX_TX_IDLE_LVL_LARGE_AMP 0x010 15 #define QSERDES_V4_TX_TX_DRV_LVL 0x014 16 #define QSERDES_V4_TX_TX_DRV_LVL_OFFSET 0x018 17 #define QSERDES_V4_TX_RESET_TSYNC_EN 0x01c 18 #define QSERDES_V4_TX_PRE_STALL_LDO_BOOST_EN 0x020 19 #define QSERDES_V4_TX_TX_BAND 0x024 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v5.h | 11 #define QSERDES_V5_TX_BIST_MODE_LANENO 0x000 12 #define QSERDES_V5_TX_BIST_INVERT 0x004 13 #define QSERDES_V5_TX_CLKBUF_ENABLE 0x008 14 #define QSERDES_V5_TX_TX_EMP_POST1_LVL 0x00c 15 #define QSERDES_V5_TX_TX_IDLE_LVL_LARGE_AMP 0x010 16 #define QSERDES_V5_TX_TX_DRV_LVL 0x014 17 #define QSERDES_V5_TX_TX_DRV_LVL_OFFSET 0x018 18 #define QSERDES_V5_TX_RESET_TSYNC_EN 0x01c 19 #define QSERDES_V5_TX_PRE_STALL_LDO_BOOST_EN 0x020 20 #define QSERDES_V5_TX_TX_BAND 0x024 [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/grandridge/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 13 "Counter": "0,1,2,3", 14 "EventCode": "0xC2", 17 "FCMask": "0x07", 19 "PortMask": "0x0FF", 20 "UMask": "0x70ff004", 25 "Counter": "0,1,2,3", 26 "EventCode": "0xC2", [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | fsl,xcvr.yaml | 144 reg = <0x30cc0000 0x800>, 145 <0x30cc0800 0x400>, 146 <0x30cc0c00 0x080>, 147 <0x30cc0e00 0x080>; 157 dmas = <&sdma2 30 2 0>, <&sdma2 31 2 0>; 159 resets = <&audiomix_reset 0>;
|
/linux-6.12.1/drivers/clk/mediatek/ |
D | clk-mt7986-topckgen.c | 176 0x000, 0x004, 0x008, 0, 3, 7, 0x1C0, 0), 178 0x000, 0x004, 0x008, 8, 3, 15, 0x1C0, 1), 179 MUX_GATE_CLR_SET_UPD(CLK_TOP_SPI_SEL, "spi_sel", spi_parents, 0x000, 180 0x004, 0x008, 16, 3, 23, 0x1C0, 2), 182 0x000, 0x004, 0x008, 24, 3, 31, 0x1C0, 3), 184 MUX_GATE_CLR_SET_UPD(CLK_TOP_UART_SEL, "uart_sel", uart_parents, 0x010, 185 0x014, 0x018, 0, 2, 7, 0x1C0, 4), 186 MUX_GATE_CLR_SET_UPD(CLK_TOP_PWM_SEL, "pwm_sel", pwm_parents, 0x010, 187 0x014, 0x018, 8, 2, 15, 0x1C0, 5), 188 MUX_GATE_CLR_SET_UPD(CLK_TOP_I2C_SEL, "i2c_sel", i2c_parents, 0x010, [all …]
|
D | clk-mt7622.c | 217 .set_ofs = 0x120, 218 .clr_ofs = 0x120, 219 .sta_ofs = 0x120, 223 .set_ofs = 0x128, 224 .clr_ofs = 0x128, 225 .sta_ofs = 0x128, 229 .set_ofs = 0x8, 230 .clr_ofs = 0x10, 231 .sta_ofs = 0x18, 235 .set_ofs = 0xC, [all …]
|
D | clk-mt7988-topckgen.c | 107 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_SEL, "netsys_sel", netsys_parents, 0x000, 0x004, 0x008, 108 0, 2, 7, 0x1c0, 0), 109 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_500M_SEL, "netsys_500m_sel", netsys_500m_parents, 0x000, 110 0x004, 0x008, 8, 2, 15, 0x1C0, 1), 111 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_2X_SEL, "netsys_2x_sel", netsys_2x_parents, 0x000, 112 0x004, 0x008, 16, 2, 23, 0x1C0, 2), 113 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_GSW_SEL, "netsys_gsw_sel", netsys_gsw_parents, 0x000, 114 0x004, 0x008, 24, 2, 31, 0x1C0, 3), 116 MUX_GATE_CLR_SET_UPD(CLK_TOP_ETH_GMII_SEL, "eth_gmii_sel", eth_gmii_parents, 0x010, 0x014, 117 0x018, 0, 1, 7, 0x1C0, 4), [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/graniterapids/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 13 "Counter": "0,1,2,3", 14 "EventCode": "0xC2", 17 "FCMask": "0x07", 19 "PortMask": "0x0FF", 20 "UMask": "0x70ff004", 25 "Counter": "0,1,2,3", 26 "EventCode": "0xC2", [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/sierraforest/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 13 "Counter": "0,1,2,3", 14 "EventCode": "0xC2", 17 "FCMask": "0x07", 19 "PortMask": "0x0FF", 20 "UMask": "0x70ff004", 25 "Counter": "0,1,2,3", 26 "EventCode": "0xC2", [all …]
|
/linux-6.12.1/include/linux/spi/ |
D | mxs-spi.h | 19 #define HW_SSP_CTRL0 0x000 27 #define BM_SSP_CTRL0_BUS_WIDTH (0x3 << 22) 33 #define BP_SSP_CTRL0_XFER_COUNT 0 34 #define BM_SSP_CTRL0_XFER_COUNT 0xffff 35 #define HW_SSP_CMD0 0x010 41 #define BM_SSP_CMD0_BLOCK_SIZE (0xf << 16) 43 #define BM_SSP_CMD0_BLOCK_COUNT (0xff << 8) 44 #define BP_SSP_CMD0_CMD 0 45 #define BM_SSP_CMD0_CMD 0xff 46 #define HW_SSP_CMD1 0x020 [all …]
|
/linux-6.12.1/arch/sparc/lib/ |
D | bzero.S | 14 and %o1, 0xff, %o3 30 prefetch [%o0 + 0x000], #n_writes 31 andcc %o0, 0x3, %g0 33 1: stb %o2, [%o0 + 0x00] 35 andcc %o0, 0x3, %g0 38 2: andcc %o0, 0x7, %g0 40 stw %o2, [%o0 + 0x00] 43 3: and %o1, 0x38, %g1 44 cmp %o1, 0x40 45 andn %o1, 0x3f, %o4 [all …]
|
/linux-6.12.1/arch/arm/mach-omap1/ |
D | mmc.h | 7 #define OMAP1_MMC_SIZE 0x080 8 #define OMAP1_MMC1_BASE 0xfffb7800 9 #define OMAP1_MMC2_BASE 0xfffb7c00 /* omap16xx only */
|
/linux-6.12.1/drivers/video/fbdev/riva/ |
D | riva_hw.h | 50 #define RIVA_SW_VERSION 0x00010003 60 #define FALSE 0 63 #define NULL 0 91 #define NV_ARCH_03 0x03 92 #define NV_ARCH_04 0x04 93 #define NV_ARCH_10 0x10 94 #define NV_ARCH_20 0x20 95 #define NV_ARCH_30 0x30 96 #define NV_ARCH_40 0x40 116 U032 reserved01[0x0BB]; [all …]
|