Home
last modified time | relevance | path

Searched refs:snd_hdac_chip_readl (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/sound/soc/intel/avs/
Dcore.c264 status = snd_hdac_chip_readl(bus, INTSTS); in hdac_bus_irq_handler()
280 status = snd_hdac_chip_readl(bus, INTSTS); in hdac_bus_irq_handler()
284 int_enable = snd_hdac_chip_readl(bus, INTCTL); in hdac_bus_irq_handler()
303 status = snd_hdac_chip_readl(bus, INTSTS); in hdac_bus_irq_thread()
310 int_enable = snd_hdac_chip_readl(bus, INTCTL); in hdac_bus_irq_thread()
/linux-6.1.9/sound/hda/
Dhdac_stream.c64 max_sdo_lines = snd_hdac_chip_readl(bus, GCAP) & AZX_GCAP_NSDO; in snd_hdac_get_stream_stripe_ctl()
123 azx_dev->start_wallclk = snd_hdac_chip_readl(bus, WALLCLK); in snd_hdac_stream_start()
279 if (!(snd_hdac_chip_readl(bus, DPLBASE) & AZX_DPLBASE_ENABLE)) in snd_hdac_stream_setup()
581 return snd_hdac_chip_readl(azx_dev->bus, WALLCLK); in azx_cc_read()
/linux-6.1.9/sound/pci/hda/
Dhda_controller.c398 if (snd_hdac_chip_readl(azx_bus(chip), GTSCC) & in azx_get_sync_time()
411 wallclk_ctr = snd_hdac_chip_readl(azx_bus(chip), WALFCC); in azx_get_sync_time()
414 tsc_counter_l = snd_hdac_chip_readl(azx_bus(chip), TSCCL); in azx_get_sync_time()
415 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU); in azx_get_sync_time()
418 ll_counter_l = snd_hdac_chip_readl(azx_bus(chip), LLPCL); in azx_get_sync_time()
419 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU); in azx_get_sync_time()
Dhda_controller.h168 snd_hdac_chip_readl(azx_bus(chip), reg)
/linux-6.1.9/sound/soc/intel/skylake/
Dskl.c227 status = snd_hdac_chip_readl(bus, INTSTS); in skl_interrupt()
243 return snd_hdac_chip_readl(bus, INTSTS) ? IRQ_WAKE_THREAD : IRQ_HANDLED; in skl_interrupt()
251 status = snd_hdac_chip_readl(bus, INTSTS); in skl_threaded_handler()
/linux-6.1.9/include/sound/
Dhdaudio.h480 #define snd_hdac_chip_readl(chip, reg) \ macro
490 (snd_hdac_chip_readl(chip, reg) & ~(mask)) | (val))
/linux-6.1.9/sound/soc/sof/intel/
Dhda-stream.c700 status = snd_hdac_chip_readl(bus, INTSTS); in hda_dsp_check_stream_irq()
781 status = snd_hdac_chip_readl(bus, INTSTS); in hda_dsp_stream_threaded_handler()