Searched refs:snd_hdac_chip_readl (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/hda/ |
D | hdac_stream.c | 54 azx_dev->start_wallclk = snd_hdac_chip_readl(bus, WALLCLK); in snd_hdac_stream_start() 178 if (!(snd_hdac_chip_readl(bus, DPLBASE) & AZX_DPLBASE_ENABLE)) in snd_hdac_stream_setup() 472 return snd_hdac_chip_readl(azx_dev->bus, WALLCLK); in azx_cc_read()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.c | 412 if (snd_hdac_chip_readl(azx_bus(chip), GTSCC) & in azx_get_sync_time() 425 wallclk_ctr = snd_hdac_chip_readl(azx_bus(chip), WALFCC); in azx_get_sync_time() 428 tsc_counter_l = snd_hdac_chip_readl(azx_bus(chip), TSCCL); in azx_get_sync_time() 429 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU); in azx_get_sync_time() 432 ll_counter_l = snd_hdac_chip_readl(azx_bus(chip), LLPCL); in azx_get_sync_time() 433 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU); in azx_get_sync_time()
|
D | hda_controller.h | 191 snd_hdac_chip_readl(azx_bus(chip), reg)
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl.c | 204 status = snd_hdac_chip_readl(bus, INTSTS); in skl_interrupt() 220 return snd_hdac_chip_readl(bus, INTSTS) ? IRQ_WAKE_THREAD : IRQ_HANDLED; in skl_interrupt() 228 status = snd_hdac_chip_readl(bus, INTSTS); in skl_threaded_handler()
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 448 #define snd_hdac_chip_readl(chip, reg) \ macro 458 (snd_hdac_chip_readl(chip, reg) & ~(mask)) | (val))
|