Searched refs:gcap (Results 1 – 3 of 3) sorted by relevance
378 unsigned short gcap; in skl_first_init() local400 gcap = snd_hdac_chip_readw(bus, GCAP); in skl_first_init()401 dev_dbg(bus->dev, "chipset global capabilities = 0x%x\n", gcap); in skl_first_init()412 cp_streams = (gcap >> 8) & 0x0f; in skl_first_init()413 pb_streams = (gcap >> 12) & 0x0f; in skl_first_init()
363 unsigned short gcap; in hda_tegra_first_init() local385 gcap = azx_readw(chip, GCAP); in hda_tegra_first_init()386 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); in hda_tegra_first_init()391 chip->capture_streams = (gcap >> 8) & 0x0f; in hda_tegra_first_init()392 chip->playback_streams = (gcap >> 12) & 0x0f; in hda_tegra_first_init()
1679 unsigned short gcap; in azx_first_init() local1716 gcap = azx_readw(chip, GCAP); in azx_first_init()1717 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); in azx_first_init()1732 gcap &= ~AZX_GCAP_64OK; in azx_first_init()1744 gcap &= ~AZX_GCAP_64OK; in azx_first_init()1758 if (!(gcap & AZX_GCAP_64OK)) in azx_first_init()1770 chip->capture_streams = (gcap >> 8) & 0x0f; in azx_first_init()1771 chip->playback_streams = (gcap >> 12) & 0x0f; in azx_first_init()