Home
last modified time | relevance | path

Searched refs:pbus (Results 1 – 18 of 18) sorted by relevance

/sound/mips/
Dhal2.c58 struct hpc3_pbus_dmacregs *pbus; member
77 struct hal2_pbus pbus; member
312 if (hal2->dac.pbus.pbus->pbdma_ctrl & HPC3_PDMACTRL_INT) { in hal2_interrupt()
316 if (hal2->adc.pbus.pbus->pbdma_ctrl & HPC3_PDMACTRL_INT) { in hal2_interrupt()
367 struct hal2_pbus *pbus = &hal2->dac.pbus; in hal2_setup_dac() local
380 pbus->ctrl = HPC3_PDMACTRL_RT | HPC3_PDMACTRL_LD | in hal2_setup_dac()
383 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_dac()
390 hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr)); in hal2_setup_dac()
392 hal2_i_write16(hal2, H2I_DAC_C1, (pbus->pbusnr << H2I_C1_DMA_SHIFT) in hal2_setup_dac()
400 struct hal2_pbus *pbus = &hal2->adc.pbus; in hal2_setup_adc() local
[all …]
Dau1x00.c601 struct snd_ac97_bus *pbus; in au1000_ac97_probe() local
687 err = snd_ac97_bus(au1000->card, 0, &ops, au1000, &pbus); in au1000_ac97_probe()
693 err = snd_ac97_mixer(pbus, &ac97, &au1000->ac97); in au1000_ac97_probe()
/sound/pci/au88x0/
Dau88x0_mixer.c24 struct snd_ac97_bus *pbus; in snd_vortex_mixer() local
32 if ((err = snd_ac97_bus(vortex->card, 0, &ops, NULL, &pbus)) < 0) in snd_vortex_mixer()
38 err = snd_ac97_mixer(pbus, &ac97, &vortex->codec); in snd_vortex_mixer()
/sound/pci/
Datiixp.c1254 struct snd_ac97_bus *pbus = chip->ac97_bus; in snd_atiixp_pcm_new() local
1268 err = snd_ac97_pcm_assign(pbus, num_pcms, atiixp_pcm_defs); in snd_atiixp_pcm_new()
1272 chip->pcms[i] = &pbus->pcms[i]; in snd_atiixp_pcm_new()
1275 if (pbus->pcms[ATI_PCM_OUT].r[0].slots & (1 << AC97_SLOT_PCM_SLEFT)) { in snd_atiixp_pcm_new()
1276 if (pbus->pcms[ATI_PCM_OUT].r[0].slots & (1 << AC97_SLOT_LFE)) in snd_atiixp_pcm_new()
1418 struct snd_ac97_bus *pbus; in snd_atiixp_mixer_new() local
1435 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0) in snd_atiixp_mixer_new()
1437 pbus->clock = clock; in snd_atiixp_mixer_new()
1438 chip->ac97_bus = pbus; in snd_atiixp_mixer_new()
1451 if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97[i])) < 0) { in snd_atiixp_mixer_new()
Dintel8x0.c2208 struct snd_ac97_bus *pbus; in snd_intel8x0_mixer() local
2281 if ((err = snd_ac97_bus(chip->card, 0, ops, chip, &pbus)) < 0) in snd_intel8x0_mixer()
2283 pbus->private_free = snd_intel8x0_mixer_free_ac97_bus; in snd_intel8x0_mixer()
2285 pbus->clock = ac97_clock; in snd_intel8x0_mixer()
2288 pbus->no_vra = 1; in snd_intel8x0_mixer()
2290 pbus->dra = 1; in snd_intel8x0_mixer()
2291 chip->ac97_bus = pbus; in snd_intel8x0_mixer()
2297 if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97[i])) < 0) { in snd_intel8x0_mixer()
2309 pbus->isdin = 1; in snd_intel8x0_mixer()
2316 err = snd_ac97_pcm_assign(pbus, i, ac97_pcm_defs); in snd_intel8x0_mixer()
[all …]
Dintel8x0m.c831 struct snd_ac97_bus *pbus; in snd_intel8x0m_mixer() local
850 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0) in snd_intel8x0m_mixer()
852 pbus->private_free = snd_intel8x0m_mixer_free_ac97_bus; in snd_intel8x0m_mixer()
854 pbus->clock = ac97_clock; in snd_intel8x0m_mixer()
855 chip->ac97_bus = pbus; in snd_intel8x0m_mixer()
859 if ((err = snd_ac97_mixer(pbus, &ac97, &x97)) < 0) { in snd_intel8x0m_mixer()
Datiixp_modem.c1066 struct snd_ac97_bus *pbus; in snd_atiixp_mixer_new() local
1083 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0) in snd_atiixp_mixer_new()
1085 pbus->clock = clock; in snd_atiixp_mixer_new()
1086 chip->ac97_bus = pbus; in snd_atiixp_mixer_new()
1097 if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97[i])) < 0) { in snd_atiixp_mixer_new()
Des1968.c2022 struct snd_ac97_bus *pbus; in snd_es1968_mixer() local
2033 if ((err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus)) < 0) in snd_es1968_mixer()
2035 pbus->no_vra = 1; /* ES1968 doesn't need VRA */ in snd_es1968_mixer()
2039 if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97)) < 0) in snd_es1968_mixer()
Dmaestro3.c2054 struct snd_ac97_bus *pbus; in snd_m3_mixer() local
2065 if ((err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus)) < 0) in snd_m3_mixer()
2070 if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97)) < 0) in snd_m3_mixer()
Dens1370.c1631 struct snd_ac97_bus *pbus; in snd_ensoniq_1371_mixer() local
1640 if ((err = snd_ac97_bus(card, 0, &ops, NULL, &pbus)) < 0) in snd_ensoniq_1371_mixer()
1648 if ((err = snd_ac97_mixer(pbus, &ac97, &ensoniq->u.es1371.ac97)) < 0) in snd_ensoniq_1371_mixer()
/sound/pci/cs5535audio/
Dcs5535audio.c152 struct snd_ac97_bus *pbus; in snd_cs5535audio_mixer() local
160 if ((err = snd_ac97_bus(card, 0, &ops, NULL, &pbus)) < 0) in snd_cs5535audio_mixer()
172 if ((err = snd_ac97_mixer(pbus, &ac97, &cs5535au->ac97)) < 0) { in snd_cs5535audio_mixer()
/sound/pci/nm256/
Dnm256.c1306 struct snd_ac97_bus *pbus; in snd_nm256_mixer() local
1320 if ((err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus)) < 0) in snd_nm256_mixer()
1327 pbus->no_vra = 1; in snd_nm256_mixer()
1328 err = snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_nm256_mixer()
/sound/pci/emu10k1/
Demu10k1x.c736 struct snd_ac97_bus *pbus; in snd_emu10k1x_ac97() local
744 if ((err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus)) < 0) in snd_emu10k1x_ac97()
746 pbus->no_vra = 1; /* we don't need VRA */ in snd_emu10k1x_ac97()
751 return snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_emu10k1x_ac97()
Demumixer.c1913 struct snd_ac97_bus *pbus; in snd_emu10k1_mixer() local
1920 if ((err = snd_ac97_bus(emu->card, 0, &ops, NULL, &pbus)) < 0) in snd_emu10k1_mixer()
1922 pbus->no_vra = 1; /* we don't need VRA */ in snd_emu10k1_mixer()
1928 if ((err = snd_ac97_mixer(pbus, &ac97, &emu->ac97)) < 0) { in snd_emu10k1_mixer()
1935 snd_device_free(emu->card, pbus); in snd_emu10k1_mixer()
/sound/pci/ca0106/
Dca0106_main.c1230 struct snd_ac97_bus *pbus; in snd_ca0106_ac97() local
1238 if ((err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus)) < 0) in snd_ca0106_ac97()
1240 pbus->no_vra = 1; /* we don't need VRA */ in snd_ca0106_ac97()
1245 return snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_ca0106_ac97()
/sound/pci/ice1712/
Dice1712.c1508 struct snd_ac97_bus *pbus; in snd_ice1712_ac97_mixer() local
1519 err = snd_ac97_bus(ice->card, bus_num++, &con_ops, NULL, &pbus); in snd_ice1712_ac97_mixer()
1525 err = snd_ac97_mixer(pbus, &ac97, &ice->ac97); in snd_ice1712_ac97_mixer()
1537 err = snd_ac97_bus(ice->card, bus_num, &pro_ops, NULL, &pbus); in snd_ice1712_ac97_mixer()
1543 err = snd_ac97_mixer(pbus, &ac97, &ice->ac97); in snd_ice1712_ac97_mixer()
Dice1724.c1495 struct snd_ac97_bus *pbus; in snd_vt1724_ac97_mixer() local
1507 err = snd_ac97_bus(ice->card, 0, &ops, NULL, &pbus); in snd_vt1724_ac97_mixer()
1512 err = snd_ac97_mixer(pbus, &ac97, &ice->ac97); in snd_vt1724_ac97_mixer()
/sound/pci/riptide/
Driptide.c1985 struct snd_ac97_bus *pbus; in snd_riptide_mixer() local
1997 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0) in snd_riptide_mixer()
2000 chip->ac97_bus = pbus; in snd_riptide_mixer()
2002 if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97)) < 0) in snd_riptide_mixer()