Home
last modified time | relevance | path

Searched refs:gcap (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/sound/pci/hda/
A Dhda_tegra.c265 unsigned short gcap; in hda_tegra_first_init() local
309 gcap = azx_readw(chip, GCAP); in hda_tegra_first_init()
310 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); in hda_tegra_first_init()
317 chip->capture_streams = (gcap >> 8) & 0x0f; in hda_tegra_first_init()
330 chip->playback_streams = (gcap >> 12) & 0x0f; in hda_tegra_first_init()
A Dhda_intel.c1848 unsigned short gcap; in azx_first_init() local
1895 gcap = azx_readw(chip, GCAP); in azx_first_init()
1896 dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); in azx_first_init()
1911 gcap &= ~AZX_GCAP_64OK; in azx_first_init()
1923 gcap &= ~AZX_GCAP_64OK; in azx_first_init()
1937 if (!(gcap & AZX_GCAP_64OK)) in azx_first_init()
1946 chip->capture_streams = (gcap >> 8) & 0x0f; in azx_first_init()
1947 chip->playback_streams = (gcap >> 12) & 0x0f; in azx_first_init()
/linux-6.3-rc2/sound/soc/intel/avs/
A Dcore.c79 unsigned int gcap; in avs_hdac_bus_init_streams() local
81 gcap = snd_hdac_chip_readw(bus, GCAP); in avs_hdac_bus_init_streams()
82 cp_streams = (gcap >> 8) & 0x0F; in avs_hdac_bus_init_streams()
83 pb_streams = (gcap >> 12) & 0x0F; in avs_hdac_bus_init_streams()
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl.c920 unsigned short gcap; in skl_first_init() local
948 gcap = snd_hdac_chip_readw(bus, GCAP); in skl_first_init()
949 dev_dbg(bus->dev, "chipset global capabilities = 0x%x\n", gcap); in skl_first_init()
952 cp_streams = (gcap >> 8) & 0x0f; in skl_first_init()
953 pb_streams = (gcap >> 12) & 0x0f; in skl_first_init()
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-stream.c803 u32 gcap; in hda_dsp_stream_init() local
805 gcap = snd_sof_dsp_read(sdev, HDA_DSP_HDA_BAR, SOF_HDA_GCAP); in hda_dsp_stream_init()
806 dev_dbg(sdev->dev, "hda global caps = 0x%x\n", gcap); in hda_dsp_stream_init()
809 num_capture = (gcap >> 8) & 0x0f; in hda_dsp_stream_init()
810 num_playback = (gcap >> 12) & 0x0f; in hda_dsp_stream_init()

Completed in 18 milliseconds