Searched refs:snd_hdac_chip_readl (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_controller.h170 snd_hdac_chip_readl(azx_bus(chip), reg)
H A Dhda_controller.c404 if (snd_hdac_chip_readl(azx_bus(chip), GTSCC) &
417 wallclk_ctr = snd_hdac_chip_readl(azx_bus(chip), WALFCC);
420 tsc_counter_l = snd_hdac_chip_readl(azx_bus(chip), TSCCL);
421 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU);
424 ll_counter_l = snd_hdac_chip_readl(azx_bus(chip), LLPCL);
425 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU);
/linux-master/sound/soc/intel/avs/
H A Dcore.c264 status = snd_hdac_chip_readl(bus, INTSTS);
287 intsts = snd_hdac_chip_readl(bus, INTSTS);
302 status = snd_hdac_chip_readl(bus, INTSTS);
/linux-master/sound/hda/
H A Dhdac_stream.c65 max_sdo_lines = snd_hdac_chip_readl(bus, GCAP) & AZX_GCAP_NSDO;
137 azx_dev->start_wallclk = snd_hdac_chip_readl(bus, WALLCLK);
298 if (!(snd_hdac_chip_readl(bus, DPLBASE) & AZX_DPLBASE_ENABLE))
625 return snd_hdac_chip_readl(azx_dev->bus, WALLCLK);
/linux-master/sound/soc/intel/skylake/
H A Dskl.c227 status = snd_hdac_chip_readl(bus, INTSTS);
243 return snd_hdac_chip_readl(bus, INTSTS) ? IRQ_WAKE_THREAD : IRQ_HANDLED;
251 status = snd_hdac_chip_readl(bus, INTSTS);
/linux-master/include/sound/
H A Dhdaudio.h485 #define snd_hdac_chip_readl(chip, reg) \
495 (snd_hdac_chip_readl(chip, reg) & ~(mask)) | (val))
484 #define snd_hdac_chip_readl macro

Completed in 155 milliseconds