Home
last modified time | relevance | path

Searched refs:azx_bus (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/sound/pci/hda/
Dhda_controller.h156 #define azx_bus(chip) (&(chip)->bus.core) macro
169 snd_hdac_chip_writel(azx_bus(chip), reg, value)
171 snd_hdac_chip_readl(azx_bus(chip), reg)
173 snd_hdac_chip_writew(azx_bus(chip), reg, value)
175 snd_hdac_chip_readw(azx_bus(chip), reg)
177 snd_hdac_chip_writeb(azx_bus(chip), reg, value)
179 snd_hdac_chip_readb(azx_bus(chip), reg)
198 snd_hdac_bus_alloc_stream_pages(azx_bus(chip))
200 snd_hdac_bus_free_stream_pages(azx_bus(chip))
206 snd_hdac_bus_enter_link_reset(azx_bus(chip))
Dhda_controller.c43 s = snd_hdac_stream_assign(azx_bus(chip), substream); in azx_assign_device()
205 struct hdac_bus *bus = azx_bus(chip); in azx_pcm_trigger()
391 snd_hdac_chip_writel(azx_bus(chip), GTSCC, dma_select); in azx_get_sync_time()
394 snd_hdac_chip_updatel(azx_bus(chip), GTSCC, 0, GTSCC_TSCCI_MASK); in azx_get_sync_time()
397 if (snd_hdac_chip_readl(azx_bus(chip), GTSCC) & in azx_get_sync_time()
410 wallclk_ctr = snd_hdac_chip_readl(azx_bus(chip), WALFCC); in azx_get_sync_time()
413 tsc_counter_l = snd_hdac_chip_readl(azx_bus(chip), TSCCL); in azx_get_sync_time()
414 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU); in azx_get_sync_time()
417 ll_counter_l = snd_hdac_chip_readl(azx_bus(chip), LLPCL); in azx_get_sync_time()
418 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU); in azx_get_sync_time()
[all …]
Dhda_intel.c501 struct hdac_bus *bus = azx_bus(chip); in intel_get_lctl_scf()
520 struct hdac_bus *bus = azx_bus(chip); in intel_ml_lctl_set_power()
547 struct hdac_bus *bus = azx_bus(chip); in intel_init_lctl()
584 struct hdac_bus *bus = azx_bus(chip); in hda_intel_init_chip()
664 snd_hdac_display_power(azx_bus(chip), HDA_CODEC_IDX_CONTROLLER, enable)
696 azx_bus(chip)->use_posbuf = false; in azx_position_ok()
727 struct hdac_bus *bus = azx_bus(chip); in azx_irq_pending_work()
768 struct hdac_bus *bus = azx_bus(chip); in azx_clear_irq_pending()
781 struct hdac_bus *bus = azx_bus(chip); in azx_acquire_irq()
898 return _snd_hdac_chip_readl(azx_bus(chip), in azx_skl_get_dpib_pos()
[all …]
Dhda_tegra.c239 if (azx_bus(chip)->chip_init) { in hda_tegra_dev_free()
246 snd_hdac_bus_exit(azx_bus(chip)); in hda_tegra_dev_free()
254 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_init_chip()
297 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_first_init()