/Linux-v6.6/include/sound/ |
D | gus.h | 21 #define SNDRV_g_u_s_MIDICTRL (0x320-0x220) 22 #define SNDRV_g_u_s_MIDISTAT (0x320-0x220) 23 #define SNDRV_g_u_s_MIDIDATA (0x321-0x220) 25 #define SNDRV_g_u_s_GF1PAGE (0x322-0x220) 26 #define SNDRV_g_u_s_GF1REGSEL (0x323-0x220) 27 #define SNDRV_g_u_s_GF1DATALOW (0x324-0x220) 28 #define SNDRV_g_u_s_GF1DATAHIGH (0x325-0x220) 29 #define SNDRV_g_u_s_IRQSTAT (0x226-0x220) 30 #define SNDRV_g_u_s_TIMERCNTRL (0x228-0x220) 31 #define SNDRV_g_u_s_TIMERDATA (0x229-0x220) [all …]
|
/Linux-v6.6/include/dt-bindings/clock/ |
D | am4.h | 8 #define AM4_CLKCTRL_OFFSET 0x20 12 #define AM4_L3S_TSC_CLKCTRL_OFFSET 0x120 14 #define AM4_L3S_TSC_ADC_TSC_CLKCTRL AM4_L3S_TSC_CLKCTRL_INDEX(0x120) 17 #define AM4_L4_WKUP_AON_CLKCTRL_OFFSET 0x228 19 #define AM4_L4_WKUP_AON_WKUP_M3_CLKCTRL AM4_L4_WKUP_AON_CLKCTRL_INDEX(0x228) 20 #define AM4_L4_WKUP_AON_COUNTER_32K_CLKCTRL AM4_L4_WKUP_AON_CLKCTRL_INDEX(0x230) 23 #define AM4_L4_WKUP_CLKCTRL_OFFSET 0x220 25 #define AM4_L4_WKUP_L4_WKUP_CLKCTRL AM4_L4_WKUP_CLKCTRL_INDEX(0x220) 26 #define AM4_L4_WKUP_TIMER1_CLKCTRL AM4_L4_WKUP_CLKCTRL_INDEX(0x328) 27 #define AM4_L4_WKUP_WD_TIMER2_CLKCTRL AM4_L4_WKUP_CLKCTRL_INDEX(0x338) [all …]
|
D | dm814.h | 8 #define DM814_CLKCTRL_OFFSET 0x0 12 #define DM814_USB_OTG_HS_CLKCTRL DM814_CLKCTRL_INDEX(0x58) 15 #define DM814_UART1_CLKCTRL DM814_CLKCTRL_INDEX(0x150) 16 #define DM814_UART2_CLKCTRL DM814_CLKCTRL_INDEX(0x154) 17 #define DM814_UART3_CLKCTRL DM814_CLKCTRL_INDEX(0x158) 18 #define DM814_GPIO1_CLKCTRL DM814_CLKCTRL_INDEX(0x15c) 19 #define DM814_GPIO2_CLKCTRL DM814_CLKCTRL_INDEX(0x160) 20 #define DM814_I2C1_CLKCTRL DM814_CLKCTRL_INDEX(0x164) 21 #define DM814_I2C2_CLKCTRL DM814_CLKCTRL_INDEX(0x168) 22 #define DM814_WD_TIMER_CLKCTRL DM814_CLKCTRL_INDEX(0x18c) [all …]
|
D | lpc18xx-ccu.h | 13 #define CLK_APB3_BUS 0x100 14 #define CLK_APB3_I2C1 0x108 15 #define CLK_APB3_DAC 0x110 16 #define CLK_APB3_ADC0 0x118 17 #define CLK_APB3_ADC1 0x120 18 #define CLK_APB3_CAN0 0x128 19 #define CLK_APB1_BUS 0x200 20 #define CLK_APB1_MOTOCON_PWM 0x208 21 #define CLK_APB1_I2C0 0x210 22 #define CLK_APB1_I2S 0x218 [all …]
|
/Linux-v6.6/sound/isa/gus/ |
D | gusextreme.c | 31 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 34 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ 35 static long gf1_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x210,0x220,0x230,0x240,0x… 36 static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x300,0x310,0x320 */ 40 static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */ 42 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; 43 /* 0 to 31, (0.59V-4.52V or 0.389V-2.98V) */ 44 static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24}; 45 static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; 85 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() [all …]
|
D | gusclassic.c | 27 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 30 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x230,0x240,0x250,0x260 */ 34 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; 35 /* 0 to 31, (0.59V-4.52V or 0.389V-2.98V) */ 36 static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24}; 37 static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; 69 static const long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; in snd_gusclassic_create() 77 if (irq[n] < 0) { in snd_gusclassic_create() 84 if (dma1[n] < 0) { in snd_gusclassic_create() 91 if (dma2[n] < 0) { in snd_gusclassic_create() [all …]
|
D | gusmax.c | 25 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 28 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x230,0x240,0x250,0x260 */ 32 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; 33 /* 0 to 31, (0.59V-4.52V or 0.389V-2.98V) */ 34 static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24}; 35 static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; 73 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 0); /* reset GF1 */ in snd_gusmax_detect() 75 if ((d & 0x07) != 0) { in snd_gusmax_detect() 76 snd_printdd("[0x%lx] check 1 failed - 0x%x\n", gus->gf1.port, d); in snd_gusmax_detect() 83 if ((d & 0x07) != 1) { in snd_gusmax_detect() [all …]
|
/Linux-v6.6/Documentation/sound/ |
D | alsa-configuration.rst | 57 (0 = disable debug prints, 1 = normal debug messages, 71 Default: 0 80 the card #0. Similarly, when ``adsp_map=0``, /dev/adsp will be mapped 81 to PCM #0 of the card #0. 83 commas, such like ``dsp_map=0,1``. 98 Default: 0 119 Values: 0 through 31 or negative; 142 appearing card. They can do it by specifying "index=1,0" module 158 the port must be specified. For actual AdLib FM cards it will be 0x388. 170 64:0 OPL2 FM synth OPL2 FM Port [all …]
|
/Linux-v6.6/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-qserdes-txrx-ufs-v6.h | 9 #define QSERDES_UFS_V6_TX_RES_CODE_LANE_TX 0x28 10 #define QSERDES_UFS_V6_TX_RES_CODE_LANE_RX 0x2c 11 #define QSERDES_UFS_V6_TX_RES_CODE_LANE_OFFSET_TX 0x30 12 #define QSERDES_UFS_V6_TX_RES_CODE_LANE_OFFSET_RX 0x34 14 #define QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE2 0x08 15 #define QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE4 0x10 16 #define QSERDES_UFS_V6_RX_VGA_CAL_MAN_VAL 0x178 17 #define QSERDES_UFS_V6_RX_MODE_RATE_0_1_B0 0x208 18 #define QSERDES_UFS_V6_RX_MODE_RATE_0_1_B1 0x20c 19 #define QSERDES_UFS_V6_RX_MODE_RATE_0_1_B3 0x214 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v6_20.h | 9 #define QSERDES_V6_20_TX_RES_CODE_LANE_OFFSET_TX 0x30 10 #define QSERDES_V6_20_TX_RES_CODE_LANE_OFFSET_RX 0x34 11 #define QSERDES_V6_20_TX_TRAN_DRVR_EMP_EN 0xac 12 #define QSERDES_V6_20_TX_LANE_MODE_1 0x78 13 #define QSERDES_V6_20_TX_LANE_MODE_2 0x7c 14 #define QSERDES_V6_20_TX_LANE_MODE_3 0x80 16 #define QSERDES_V6_20_RX_UCDR_FO_GAIN_RATE_2 0x08 17 #define QSERDES_V6_20_RX_UCDR_FO_GAIN_RATE_3 0x0c 18 #define QSERDES_V6_20_RX_UCDR_PI_CONTROLS 0x20 19 #define QSERDES_V6_20_RX_UCDR_SO_ACC_DEFAULT_VAL_RATE3 0x34 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v5_20.h | 10 #define QSERDES_V5_20_TX_RES_CODE_LANE_OFFSET_TX 0x30 11 #define QSERDES_V5_20_TX_RES_CODE_LANE_OFFSET_RX 0x34 12 #define QSERDES_V5_20_TX_LANE_MODE_1 0x78 13 #define QSERDES_V5_20_TX_LANE_MODE_2 0x7c 14 #define QSERDES_V5_20_TX_LANE_MODE_3 0x80 15 #define QSERDES_V5_20_TX_RCV_DETECT_LVL_2 0x90 16 #define QSERDES_V5_20_TX_VMODE_CTRL1 0xb0 17 #define QSERDES_V5_20_TX_PI_QEC_CTRL 0xcc 20 #define QSERDES_V5_20_RX_UCDR_FO_GAIN_RATE2 0x008 21 #define QSERDES_V5_20_RX_UCDR_FO_GAIN_RATE3 0x00c [all …]
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | tsi108_pci.h | 12 #define TSI108_PCI_P2O_BAR0 (TSI108_PCI_OFFSET + 0x10) 13 #define TSI108_PCI_P2O_BAR0_UPPER (TSI108_PCI_OFFSET + 0x14) 14 #define TSI108_PCI_P2O_BAR2 (TSI108_PCI_OFFSET + 0x18) 15 #define TSI108_PCI_P2O_BAR2_UPPER (TSI108_PCI_OFFSET + 0x1c) 16 #define TSI108_PCI_P2O_PAGE_SIZES (TSI108_PCI_OFFSET + 0x4c) 17 #define TSI108_PCI_PFAB_BAR0 (TSI108_PCI_OFFSET + 0x204) 18 #define TSI108_PCI_PFAB_BAR0_UPPER (TSI108_PCI_OFFSET + 0x208) 19 #define TSI108_PCI_PFAB_IO (TSI108_PCI_OFFSET + 0x20c) 20 #define TSI108_PCI_PFAB_IO_UPPER (TSI108_PCI_OFFSET + 0x210) 21 #define TSI108_PCI_PFAB_MEM32 (TSI108_PCI_OFFSET + 0x214) [all …]
|
/Linux-v6.6/drivers/clk/mediatek/ |
D | clk-mt6795-apmixedsys.c | 15 #define REG_REF2USB 0x8 16 #define REG_AP_PLL_CON7 0x1c 17 #define MD1_MTCMOS_OFF BIT(0) 23 #define MT6795_CON0_EN BIT(0) 43 .pll_en_bit = 0, \ 47 PLL(CLK_APMIXED_ARMCA53PLL, "armca53pll", 0x200, 0x20c, 0, PLL_AO, 48 21, 0x204, 24, 0x0, 0x204, 0), 49 PLL(CLK_APMIXED_MAINPLL, "mainpll", 0x220, 0x22c, 0xf0000101, HAVE_RST_BAR, 50 21, 0x220, 4, 0x0, 0x224, 0), 51 PLL(CLK_APMIXED_UNIVPLL, "univpll", 0x230, 0x23c, 0xfe000101, HAVE_RST_BAR, [all …]
|
D | clk-mt8173-apmixedsys.c | 17 #define REGOFF_REF2USB 0x8 18 #define REGOFF_HDMI_REF 0x40 52 { .div = 0, .freq = MT8173_PLL_FMAX }, 61 PLL(CLK_APMIXED_ARMCA15PLL, "armca15pll", 0x200, 0x20c, 0, PLL_AO, 62 21, 0x204, 24, 0x0, 0x204, 0), 63 PLL(CLK_APMIXED_ARMCA7PLL, "armca7pll", 0x210, 0x21c, 0, PLL_AO, 64 21, 0x214, 24, 0x0, 0x214, 0), 65 PLL(CLK_APMIXED_MAINPLL, "mainpll", 0x220, 0x22c, 0xf0000100, HAVE_RST_BAR, 21, 66 0x220, 4, 0x0, 0x224, 0), 67 PLL(CLK_APMIXED_UNIVPLL, "univpll", 0x230, 0x23c, 0xfe000000, HAVE_RST_BAR, 7, [all …]
|
/Linux-v6.6/sound/isa/sb/ |
D | sb8.c | 21 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 24 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ 60 return 0; in snd_sb8_match() 63 return 0; in snd_sb8_match() 67 return 0; in snd_sb8_match() 82 if (err < 0) in snd_sb8_probe() 87 * Block the 0x388 port to avoid PnP conflicts. in snd_sb8_probe() 91 acard->fm_res = devm_request_region(card->dev, 0x388, 4, in snd_sb8_probe() 98 if (err < 0) in snd_sb8_probe() 103 0x220, 0x240, 0x260, in snd_sb8_probe() [all …]
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | mxregs.h | 20 * 00nn 0...0p..p Interrupt Routing, route IRQ n to processor p 21 * 01pp 0...0d..d 16 bits (d) 'ored' as single IPI to processor p 22 * 0180 0...0m..m Clear enable specified by mask (m) 23 * 0184 0...0m..m Set enable specified by mask (m) 24 * 0190 0...0x..x 8-bit IPI partition register 30 * 0200 0...0m..m RunStall core 'n' 34 #define MIROUT(irq) (0x000 + (irq)) 35 #define MIPICAUSE(cpu) (0x100 + (cpu)) 36 #define MIPISET(cause) (0x140 + (cause)) 37 #define MIENG 0x180 [all …]
|
/Linux-v6.6/drivers/net/ethernet/sunplus/ |
D | spl2sw_register.h | 10 #define L2SW_SW_INT_STATUS_0 0x0 11 #define L2SW_SW_INT_MASK_0 0x4 12 #define L2SW_FL_CNTL_TH 0x8 13 #define L2SW_CPU_FL_CNTL_TH 0xc 14 #define L2SW_PRI_FL_CNTL 0x10 15 #define L2SW_VLAN_PRI_TH 0x14 16 #define L2SW_EN_TOS_BUS 0x18 17 #define L2SW_TOS_MAP0 0x1c 18 #define L2SW_TOS_MAP1 0x20 19 #define L2SW_TOS_MAP2 0x24 [all …]
|
/Linux-v6.6/arch/alpha/kernel/ |
D | es1888.c | 16 inb(0x0229); in es1888_init() 17 inb(0x0229); in es1888_init() 18 inb(0x0229); in es1888_init() 19 inb(0x022b); in es1888_init() 20 inb(0x0229); in es1888_init() 21 inb(0x022b); in es1888_init() 22 inb(0x0229); in es1888_init() 23 inb(0x0229); in es1888_init() 24 inb(0x022b); in es1888_init() 25 inb(0x0229); in es1888_init() [all …]
|
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_reg.h | 14 #define RVU_PF_VFX_PFVF_MBOX0 (0x00000) 15 #define RVU_PF_VFX_PFVF_MBOX1 (0x00008) 16 #define RVU_PF_VFX_PFVF_MBOXX(a, b) (0x0 | (a) << 12 | (b) << 3) 17 #define RVU_PF_VF_BAR4_ADDR (0x10) 18 #define RVU_PF_BLOCK_ADDRX_DISC(a) (0x200 | (a) << 3) 19 #define RVU_PF_VFME_STATUSX(a) (0x800 | (a) << 3) 20 #define RVU_PF_VFTRPENDX(a) (0x820 | (a) << 3) 21 #define RVU_PF_VFTRPEND_W1SX(a) (0x840 | (a) << 3) 22 #define RVU_PF_VFPF_MBOX_INTX(a) (0x880 | (a) << 3) 23 #define RVU_PF_VFPF_MBOX_INT_W1SX(a) (0x8A0 | (a) << 3) [all …]
|
/Linux-v6.6/include/linux/bcma/ |
D | bcma_driver_gmac_cmn.h | 7 #define BCMA_GMAC_CMN_STAG0 0x000 8 #define BCMA_GMAC_CMN_STAG1 0x004 9 #define BCMA_GMAC_CMN_STAG2 0x008 10 #define BCMA_GMAC_CMN_STAG3 0x00C 11 #define BCMA_GMAC_CMN_PARSER_CTL 0x020 12 #define BCMA_GMAC_CMN_MIB_MAX_LEN 0x024 13 #define BCMA_GMAC_CMN_PHY_ACCESS 0x100 14 #define BCMA_GMAC_CMN_PA_DATA_MASK 0x0000ffff 15 #define BCMA_GMAC_CMN_PA_ADDR_MASK 0x001f0000 17 #define BCMA_GMAC_CMN_PA_REG_MASK 0x1f000000 [all …]
|
/Linux-v6.6/sound/isa/es1688/ |
D | es1688.c | 31 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 37 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ 38 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* Usually 0x388 */ 39 static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1}; 42 static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */ 70 #define is_isapnp_selected(dev) 0 82 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_es1688_legacy_create() 84 static const int possible_dmas[] = {1, 3, 0, -1}; in snd_es1688_legacy_create() 90 if (irq[n] < 0) { in snd_es1688_legacy_create() 97 if (dma8[n] < 0) { in snd_es1688_legacy_create() [all …]
|
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-pic32.h | 12 #define ANSEL_REG 0x00 13 #define TRIS_REG 0x10 14 #define PORT_REG 0x20 15 #define LAT_REG 0x30 16 #define ODCU_REG 0x40 17 #define CNPU_REG 0x50 18 #define CNPD_REG 0x60 19 #define CNCON_REG 0x70 20 #define CNEN_REG 0x80 21 #define CNSTAT_REG 0x90 [all …]
|
/Linux-v6.6/drivers/clk/meson/ |
D | g12a.h | 20 #define HHI_MIPI_CNTL0 0x000 21 #define HHI_MIPI_CNTL1 0x004 22 #define HHI_MIPI_CNTL2 0x008 23 #define HHI_MIPI_STS 0x00C 24 #define HHI_GP0_PLL_CNTL0 0x040 25 #define HHI_GP0_PLL_CNTL1 0x044 26 #define HHI_GP0_PLL_CNTL2 0x048 27 #define HHI_GP0_PLL_CNTL3 0x04C 28 #define HHI_GP0_PLL_CNTL4 0x050 29 #define HHI_GP0_PLL_CNTL5 0x054 [all …]
|
/Linux-v6.6/sound/soc/fsl/ |
D | fsl_audmix.h | 15 #define FSL_AUDMIX_CTR 0x200 /* Control */ 16 #define FSL_AUDMIX_STR 0x204 /* Status */ 18 #define FSL_AUDMIX_ATCR0 0x208 /* Attenuation Control */ 19 #define FSL_AUDMIX_ATIVAL0 0x20c /* Attenuation Initial Value */ 20 #define FSL_AUDMIX_ATSTPUP0 0x210 /* Attenuation step up factor */ 21 #define FSL_AUDMIX_ATSTPDN0 0x214 /* Attenuation step down factor */ 22 #define FSL_AUDMIX_ATSTPTGT0 0x218 /* Attenuation step target */ 23 #define FSL_AUDMIX_ATTNVAL0 0x21c /* Attenuation Value */ 24 #define FSL_AUDMIX_ATSTP0 0x220 /* Attenuation step number */ 26 #define FSL_AUDMIX_ATCR1 0x228 /* Attenuation Control */ [all …]
|
/Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
D | ar9003_phy.h | 23 #define AR_CHAN_BASE 0x9800 25 #define AR_PHY_TIMING1 (AR_CHAN_BASE + 0x0) 26 #define AR_PHY_TIMING2 (AR_CHAN_BASE + 0x4) 27 #define AR_PHY_TIMING3 (AR_CHAN_BASE + 0x8) 28 #define AR_PHY_TIMING4 (AR_CHAN_BASE + 0xc) 29 #define AR_PHY_TIMING5 (AR_CHAN_BASE + 0x10) 30 #define AR_PHY_TIMING6 (AR_CHAN_BASE + 0x14) 31 #define AR_PHY_TIMING11 (AR_CHAN_BASE + 0x18) 32 #define AR_PHY_SPUR_REG (AR_CHAN_BASE + 0x1c) 33 #define AR_PHY_RX_IQCAL_CORR_B0 (AR_CHAN_BASE + 0xdc) [all …]
|