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()
361 unsigned short gcap; in hda_tegra_first_init() local380 gcap = azx_readw(chip, GCAP); in hda_tegra_first_init()381 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); in hda_tegra_first_init()386 chip->capture_streams = (gcap >> 8) & 0x0f; in hda_tegra_first_init()387 chip->playback_streams = (gcap >> 12) & 0x0f; in hda_tegra_first_init()
1651 unsigned short gcap; in azx_first_init() local1691 gcap = azx_readw(chip, GCAP); in azx_first_init()1692 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); in azx_first_init()1707 gcap &= ~AZX_GCAP_64OK; in azx_first_init()1715 gcap &= ~AZX_GCAP_64OK; in azx_first_init()1729 if (!(gcap & AZX_GCAP_64OK)) in azx_first_init()1741 chip->capture_streams = (gcap >> 8) & 0x0f; in azx_first_init()1742 chip->playback_streams = (gcap >> 12) & 0x0f; in azx_first_init()