Searched refs:snd_hdac_chip_readl (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/sound/hda/ |
| H A D | hdac_stream.c | 65 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() 298 if (!(snd_hdac_chip_readl(bus, DPLBASE) & AZX_DPLBASE_ENABLE)) in snd_hdac_stream_setup() 641 return snd_hdac_chip_readl(azx_dev->bus, WALLCLK); in azx_cc_read()
|
| H A D | hdac_controller.c | 149 bus->rirb.res[addr] = snd_hdac_chip_readl(bus, IR); in snd_hdac_bus_wait_for_pio_response()
|
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_controller.c | 403 if (snd_hdac_chip_readl(azx_bus(chip), GTSCC) & in azx_get_sync_time() 416 wallclk_ctr = snd_hdac_chip_readl(azx_bus(chip), WALFCC); in azx_get_sync_time() 419 tsc_counter_l = snd_hdac_chip_readl(azx_bus(chip), TSCCL); in azx_get_sync_time() 420 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU); in azx_get_sync_time() 423 ll_counter_l = snd_hdac_chip_readl(azx_bus(chip), LLPCL); in azx_get_sync_time() 424 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU); in azx_get_sync_time()
|
| H A D | hda_controller.h | 170 snd_hdac_chip_readl(azx_bus(chip), reg)
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | core.c | 265 status = snd_hdac_chip_readl(bus, INTSTS); in avs_hda_interrupt() 288 intsts = snd_hdac_chip_readl(bus, INTSTS); in avs_hda_irq_handler() 303 status = snd_hdac_chip_readl(bus, INTSTS); in avs_hda_irq_thread()
|
| /linux-6.15/include/sound/ |
| H A D | hdaudio.h | 485 #define snd_hdac_chip_readl(chip, reg) \ macro 495 (snd_hdac_chip_readl(chip, reg) & ~(mask)) | (val))
|