Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 144) sorted by relevance

123456

/sound/soc/uniphier/
Daio-reg.h17 #define A2CHNMAPCTR0(n) (0x00000 + 0x40 * (n)) argument
18 #define A2RBNMAPCTR0(n) (0x01000 + 0x40 * (n)) argument
19 #define A2IPORTNMAPCTR0(n) (0x02000 + 0x40 * (n)) argument
20 #define A2IPORTNMAPCTR1(n) (0x02004 + 0x40 * (n)) argument
21 #define A2IIFNMAPCTR0(n) (0x03000 + 0x40 * (n)) argument
22 #define A2OPORTNMAPCTR0(n) (0x04000 + 0x40 * (n)) argument
23 #define A2OPORTNMAPCTR1(n) (0x04004 + 0x40 * (n)) argument
24 #define A2OPORTNMAPCTR2(n) (0x04008 + 0x40 * (n)) argument
25 #define A2OIFNMAPCTR0(n) (0x05000 + 0x40 * (n)) argument
26 #define A2ATNMAPCTR0(n) (0x06000 + 0x40 * (n)) argument
[all …]
Devea.c19 #define AADCPOW(n) (0x0078 + 0x04 * (n)) argument
35 #define ADACSEQ1(n) (0x0144 + 0x40 * (n)) argument
37 #define ADACSEQ2(n) (0x0160 + 0x40 * (n)) argument
/sound/ppc/
Dsnd_ps3_reg.h23 #define PS3_AUDIO_KICK(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x00) argument
24 #define PS3_AUDIO_SOURCE(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x04) argument
25 #define PS3_AUDIO_DEST(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x08) argument
26 #define PS3_AUDIO_DMASIZE(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x0C) argument
45 #define PS3_AUDIO_AO_3WCTRL(n) (0x00006200 + 0x200 * (n)) argument
53 #define PS3_AUDIO_AO_SPD_REGBASE(n) (0x00007200 + 0x200 * (n)) argument
55 #define PS3_AUDIO_AO_SPDCTRL(n) \ argument
57 #define PS3_AUDIO_AO_SPDUB(n, x) \ argument
59 #define PS3_AUDIO_AO_SPDCS(n, y) \ argument
77 #define PS3_AUDIO_INTR_0_CHAN(n) (1 << ((n) * 2)) argument
[all …]
/sound/isa/ad1848/
Dad1848.c49 static int snd_ad1848_match(struct device *dev, unsigned int n) in snd_ad1848_match()
69 static int snd_ad1848_probe(struct device *dev, unsigned int n) in snd_ad1848_probe()
116 static int snd_ad1848_suspend(struct device *dev, unsigned int n, pm_message_t state) in snd_ad1848_suspend()
126 static int snd_ad1848_resume(struct device *dev, unsigned int n) in snd_ad1848_resume()
/sound/soc/cirrus/
Dep93xx-ac97.c31 #define AC97CH(n) (((n) - 1) * 0x20) argument
33 #define AC97DR(n) (AC97CH(n) + 0x0000) argument
35 #define AC97RXCR(n) (AC97CH(n) + 0x0004) argument
41 #define AC97TXCR(n) (AC97CH(n) + 0x0008) argument
47 #define AC97SR(n) (AC97CH(n) + 0x000c) argument
51 #define AC97RISR(n) (AC97CH(n) + 0x0010) argument
52 #define AC97ISR(n) (AC97CH(n) + 0x0014) argument
53 #define AC97IE(n) (AC97CH(n) + 0x0018) argument
/sound/isa/cs423x/
Dcs4231.c56 static int snd_cs4231_match(struct device *dev, unsigned int n) in snd_cs4231_match()
76 static int snd_cs4231_probe(struct device *dev, unsigned int n) in snd_cs4231_probe()
135 static int snd_cs4231_suspend(struct device *dev, unsigned int n, pm_message_t state) in snd_cs4231_suspend()
145 static int snd_cs4231_resume(struct device *dev, unsigned int n) in snd_cs4231_resume()
/sound/pci/ice1712/
Dse.c407 static int se200pci_get_enum_count(int n) in se200pci_get_enum_count()
435 int n, c; in se200pci_cont_enum_info() local
449 int n = kc->private_value; in se200pci_cont_volume_get() local
460 int n = kc->private_value; in se200pci_cont_boolean_get() local
470 int n = kc->private_value; in se200pci_cont_enum_get() local
475 static void se200pci_cont_update(struct snd_ice1712 *ice, int n) in se200pci_cont_update()
521 int n = kc->private_value; in se200pci_cont_volume_put() local
547 int n = kc->private_value; in se200pci_cont_boolean_put() local
564 int n = kc->private_value; in se200pci_cont_enum_put() local
Dwm8766.c185 int n = kcontrol->private_value; in snd_wm8766_volume_info() local
199 int n = kcontrol->private_value; in snd_wm8766_enum_info() local
209 int n = kcontrol->private_value; in snd_wm8766_ctl_get() local
240 int n = kcontrol->private_value; in snd_wm8766_ctl_put() local
Dwm8776.c459 int n = kcontrol->private_value; in snd_wm8776_volume_info() local
473 int n = kcontrol->private_value; in snd_wm8776_enum_info() local
483 int n = kcontrol->private_value; in snd_wm8776_ctl_get() local
514 int n = kcontrol->private_value; in snd_wm8776_ctl_put() local
/sound/isa/es1688/
Des1688.c73 static int snd_es1688_match(struct device *dev, unsigned int n) in snd_es1688_match()
79 struct device *dev, unsigned int n) in snd_es1688_legacy_create()
117 static int snd_es1688_probe(struct snd_card *card, unsigned int n) in snd_es1688_probe()
164 static int snd_es1688_isa_probe(struct device *dev, unsigned int n) in snd_es1688_isa_probe()
202 static int snd_card_es968_pnp(struct snd_card *card, unsigned int n, in snd_card_es968_pnp()
/sound/pci/ctxfi/
Dctresource.c26 int i, j, k, n; in get_resource() local
60 unsigned int i, j, k, n; in put_resource() local
73 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx) in mgr_get_resource()
87 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx) in mgr_put_resource()
/sound/core/seq/
Dseq_midi_emul.c595 int n; in all_sounds_off() local
614 int n; in all_notes_off() local
627 static void snd_midi_channel_init(struct snd_midi_channel *p, int n) in snd_midi_channel_init()
648 static struct snd_midi_channel *snd_midi_channel_init_set(int n) in snd_midi_channel_init_set()
687 struct snd_midi_channel_set *snd_midi_channel_alloc_set(int n) in snd_midi_channel_alloc_set()
/sound/isa/gus/
Dgusextreme.c76 static int snd_gusextreme_match(struct device *dev, unsigned int n) in snd_gusextreme_match()
83 struct device *dev, unsigned int n) in snd_gusextreme_es1688_create()
121 struct device *dev, unsigned int n, in snd_gusextreme_gus_card_create()
223 static int snd_gusextreme_probe(struct device *dev, unsigned int n) in snd_gusextreme_probe()
Dgusclassic.c60 static int snd_gusclassic_match(struct device *dev, unsigned int n) in snd_gusclassic_match()
66 struct device *dev, unsigned int n, in snd_gusclassic_create()
132 static int snd_gusclassic_probe(struct device *dev, unsigned int n) in snd_gusclassic_probe()
/sound/soc/ux500/
Dux500_msp_i2s.h154 #define MSP_RX_CLKPOL_BIT(n) ((n & RCKPOL_MASK) << RCKPOL_SHIFT) argument
155 #define MSP_TX_CLKPOL_BIT(n) ((n & TCKPOL_MASK) << TCKPOL_SHIFT) argument
183 #define MSP_P1_ELEM_LEN_BITS(n) (n & P1ELEN_MASK) argument
184 #define MSP_P2_ELEM_LEN_BITS(n) (((n) << P2ELEN_SHIFT) & P2ELEN_MASK) argument
185 #define MSP_P1_FRAME_LEN_BITS(n) (((n) << P1FLEN_SHIFT) & P1FLEN_MASK) argument
186 #define MSP_P2_FRAME_LEN_BITS(n) (((n) << P2FLEN_SHIFT) & P2FLEN_MASK) argument
187 #define MSP_DATA_DELAY_BITS(n) (((n) << DDLY_SHIFT) & DDLY_MASK) argument
188 #define MSP_DATA_TYPE_BITS(n) (((n) << DTYP_SHIFT) & DTYP_MASK) argument
189 #define MSP_P2_START_MODE_BIT(n) ((n << P2SM_SHIFT) & P2SM_MASK) argument
190 #define MSP_P2_ENABLE_BIT(n) ((n << P2EN_SHIFT) & P2EN_MASK) argument
[all …]
/sound/isa/
Dadlib.c34 static int snd_adlib_match(struct device *dev, unsigned int n) in snd_adlib_match()
46 static int snd_adlib_probe(struct device *dev, unsigned int n) in snd_adlib_probe()
/sound/soc/ti/
Ddavinci-mcasp.h81 #define DAVINCI_MCASP_XRSRCTL_REG(n) (DAVINCI_MCASP_XRSRCTL_BASE_REG + \ argument
85 #define DAVINCI_MCASP_TXBUF_REG(n) (0x200 + (n << 2)) argument
87 #define DAVINCI_MCASP_RXBUF_REG(n) (0x280 + (n << 2)) argument
112 #define PIN_BIT_AXR(n) (n) argument
226 #define TXTDMS(n) (1<<n) argument
231 #define RXTDMS(n) (1<<n) argument
/sound/isa/sb/
Dsb8.c181 static int snd_sb8_suspend(struct device *dev, unsigned int n, in snd_sb8_suspend()
193 static int snd_sb8_resume(struct device *dev, unsigned int n) in snd_sb8_resume()
Djazz16.c333 static int snd_jazz16_suspend(struct device *pdev, unsigned int n, in snd_jazz16_suspend()
345 static int snd_jazz16_resume(struct device *pdev, unsigned int n) in snd_jazz16_resume()
/sound/aoa/soundbus/i2sbus/
Dinterface.h12 #define __PAD(m,n) u8 __pad##m[n] argument
13 #define _PAD(line, n) __PAD(line, n) argument
14 #define PAD(n) _PAD(__LINE__, (n)) argument
/sound/isa/galaxy/
Dgalaxy.c194 static int snd_galaxy_match(struct device *dev, unsigned int n) in snd_galaxy_match()
481 static int __snd_galaxy_probe(struct device *dev, unsigned int n) in __snd_galaxy_probe()
601 static int snd_galaxy_probe(struct device *dev, unsigned int n) in snd_galaxy_probe()
/sound/soc/codecs/
Drl6231.c97 int n; member
145 int k_t, min_k, max_k, n = 0, m = 0, m_t = 0; in rl6231_pll_calc() local
Dadau-utils.c18 unsigned int r, n, m, i, j; in adau_calc_pll_cfg() local
Dlpass-tx-macro.c37 #define CDC_TX_TOP_CSR_SWR_DMICn_CTL(n) (0x00C0 + n * 0x4) argument
45 #define CDC_TX_INP_MUX_ADC_MUXn_CFG0(n) (0x0100 + 0x8 * n) argument
48 #define CDC_TX_INP_MUX_ADC_MUXn_CFG1(n) (0x0104 + 0x8 * n) argument
80 #define CDC_TXn_TX_PATH_CTL(n) (0x0400 + 0x80 * n) argument
85 #define CDC_TXn_TX_PATH_CFG0(n) (0x0404 + 0x80 * n) argument
92 #define CDC_TXn_TX_VOL_CTL(n) (0x040C + 0x80 * n) argument
96 #define CDC_TXn_TX_PATH_SEC2(n) (0x0418 + 0x80 * n) argument
196 #define TX_ADC_TO_DMIC(n) ((n - TX_ADC_MAX)/2) argument
/sound/pci/emu10k1/
Demu10k1_main.c230 int size, n; in snd_emu10k1_init() local
250 int size, n; in snd_emu10k1_init() local
653 int n, i; in snd_emu1010_load_firmware_entry() local

123456