Searched refs:gcap (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/sound/pci/hda/
H A Dhda_tegra.c361 unsigned short gcap; hda_tegra_first_init() local
380 gcap = azx_readw(chip, GCAP); hda_tegra_first_init()
381 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); hda_tegra_first_init()
386 chip->capture_streams = (gcap >> 8) & 0x0f; hda_tegra_first_init()
387 chip->playback_streams = (gcap >> 12) & 0x0f; hda_tegra_first_init()
389 /* gcap didn't give any info, switching to old method */ hda_tegra_first_init()
H A Dhda_intel.c1651 unsigned short gcap; azx_first_init() local
1691 gcap = azx_readw(chip, GCAP); azx_first_init()
1692 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); azx_first_init()
1707 gcap &= ~AZX_GCAP_64OK; azx_first_init()
1715 gcap &= ~AZX_GCAP_64OK; azx_first_init()
1729 if (!(gcap & AZX_GCAP_64OK)) azx_first_init()
1741 chip->capture_streams = (gcap >> 8) & 0x0f; azx_first_init()
1742 chip->playback_streams = (gcap >> 12) & 0x0f; azx_first_init()
1744 /* gcap didn't give any info, switching to old method */ azx_first_init()
/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl.c378 unsigned short gcap; skl_first_init() local
400 gcap = snd_hdac_chip_readw(bus, GCAP); skl_first_init()
401 dev_dbg(bus->dev, "chipset global capabilities = 0x%x\n", gcap); skl_first_init()
412 cp_streams = (gcap >> 8) & 0x0f; skl_first_init()
413 pb_streams = (gcap >> 12) & 0x0f; skl_first_init()

Completed in 135 milliseconds