Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/avs/
H A Dcore.c269 status = snd_hdac_chip_readl(bus, INTSTS); in hdac_bus_irq_handler()
285 status = snd_hdac_chip_readl(bus, INTSTS); in hdac_bus_irq_handler()
289 int_enable = snd_hdac_chip_readl(bus, INTCTL); in hdac_bus_irq_handler()
308 status = snd_hdac_chip_readl(bus, INTSTS); in hdac_bus_irq_thread()
315 int_enable = snd_hdac_chip_readl(bus, INTCTL); in hdac_bus_irq_thread()
/openbmc/linux/sound/hda/
H A Dhdac_stream.c65 max_sdo_lines = snd_hdac_chip_readl(bus, GCAP) & AZX_GCAP_NSDO; in snd_hdac_get_stream_stripe_ctl()
137 azx_dev->start_wallclk = snd_hdac_chip_readl(bus, WALLCLK); in snd_hdac_stream_start()
295 if (!(snd_hdac_chip_readl(bus, DPLBASE) & AZX_DPLBASE_ENABLE)) in snd_hdac_stream_setup()
614 return snd_hdac_chip_readl(azx_dev->bus, WALLCLK); in azx_cc_read()
/openbmc/linux/sound/pci/hda/
H A 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()
H A Dhda_controller.h169 snd_hdac_chip_readl(azx_bus(chip), reg)
/openbmc/linux/sound/soc/intel/skylake/
H A 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()
/openbmc/linux/include/sound/
H A Dhdaudio.h483 #define snd_hdac_chip_readl(chip, reg) \ macro
493 (snd_hdac_chip_readl(chip, reg) & ~(mask)) | (val))