gcap 1801 sound/pci/hda/hda_intel.c unsigned short gcap; gcap 1854 sound/pci/hda/hda_intel.c gcap = azx_readw(chip, GCAP); gcap 1855 sound/pci/hda/hda_intel.c dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); gcap 1870 sound/pci/hda/hda_intel.c gcap &= ~AZX_GCAP_64OK; gcap 1882 sound/pci/hda/hda_intel.c gcap &= ~AZX_GCAP_64OK; gcap 1896 sound/pci/hda/hda_intel.c if (!(gcap & AZX_GCAP_64OK)) gcap 1908 sound/pci/hda/hda_intel.c chip->capture_streams = (gcap >> 8) & 0x0f; gcap 1909 sound/pci/hda/hda_intel.c chip->playback_streams = (gcap >> 12) & 0x0f; gcap 283 sound/pci/hda/hda_tegra.c unsigned short gcap; gcap 304 sound/pci/hda/hda_tegra.c gcap = azx_readw(chip, GCAP); gcap 305 sound/pci/hda/hda_tegra.c dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); gcap 310 sound/pci/hda/hda_tegra.c chip->capture_streams = (gcap >> 8) & 0x0f; gcap 311 sound/pci/hda/hda_tegra.c chip->playback_streams = (gcap >> 12) & 0x0f; gcap 911 sound/soc/intel/skylake/skl.c unsigned short gcap; gcap 941 sound/soc/intel/skylake/skl.c gcap = snd_hdac_chip_readw(bus, GCAP); gcap 942 sound/soc/intel/skylake/skl.c dev_dbg(bus->dev, "chipset global capabilities = 0x%x\n", gcap); gcap 945 sound/soc/intel/skylake/skl.c cp_streams = (gcap >> 8) & 0x0f; gcap 946 sound/soc/intel/skylake/skl.c pb_streams = (gcap >> 12) & 0x0f; gcap 637 sound/soc/sof/intel/hda-stream.c u32 gcap; gcap 639 sound/soc/sof/intel/hda-stream.c gcap = snd_sof_dsp_read(sdev, HDA_DSP_HDA_BAR, SOF_HDA_GCAP); gcap 640 sound/soc/sof/intel/hda-stream.c dev_dbg(sdev->dev, "hda global caps = 0x%x\n", gcap); gcap 643 sound/soc/sof/intel/hda-stream.c num_capture = (gcap >> 8) & 0x0f; gcap 644 sound/soc/sof/intel/hda-stream.c num_playback = (gcap >> 12) & 0x0f;