Searched refs:azx_bus (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/hda/common/ |
| H A D | hda_controller.h | 155 #define azx_bus(chip) (&(chip)->bus.core) macro 168 snd_hdac_chip_writel(azx_bus(chip), reg, value) 170 snd_hdac_chip_readl(azx_bus(chip), reg) 172 snd_hdac_chip_writew(azx_bus(chip), reg, value) 174 snd_hdac_chip_readw(azx_bus(chip), reg) 176 snd_hdac_chip_writeb(azx_bus(chip), reg, value) 178 snd_hdac_chip_readb(azx_bus(chip), reg) 197 snd_hdac_bus_alloc_stream_pages(azx_bus(chip)) 199 snd_hdac_bus_free_stream_pages(azx_bus(chip)) 205 snd_hdac_bus_enter_link_reset(azx_bus(chip))
|
| H A D | controller.c | 48 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() 388 snd_hdac_chip_writel(azx_bus(chip), GTSCC, dma_select); in azx_get_sync_time() 391 snd_hdac_chip_updatel(azx_bus(chip), GTSCC, 0, GTSCC_TSCCI_MASK); in azx_get_sync_time() 394 if (snd_hdac_chip_readl(azx_bus(chip), GTSCC) & in azx_get_sync_time() 407 wallclk_ctr = snd_hdac_chip_readl(azx_bus(chip), WALFCC); in azx_get_sync_time() 410 tsc_counter_l = snd_hdac_chip_readl(azx_bus(chip), TSCCL); in azx_get_sync_time() 411 tsc_counter_h = snd_hdac_chip_readl(azx_bus(chip), TSCCU); in azx_get_sync_time() 414 ll_counter_l = snd_hdac_chip_readl(azx_bus(chip), LLPCL); in azx_get_sync_time() 415 ll_counter_h = snd_hdac_chip_readl(azx_bus(chip), LLPCU); in azx_get_sync_time() [all …]
|
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 471 struct hdac_bus *bus = azx_bus(chip); in intel_get_lctl_scf() 490 struct hdac_bus *bus = azx_bus(chip); in intel_ml_lctl_set_power() 517 struct hdac_bus *bus = azx_bus(chip); in intel_init_lctl() 554 struct hdac_bus *bus = azx_bus(chip); in hda_intel_init_chip() 634 snd_hdac_display_power(azx_bus(chip), HDA_CODEC_IDX_CONTROLLER, enable) 677 azx_bus(chip)->use_posbuf = false; in azx_position_ok() 726 struct hdac_bus *bus = azx_bus(chip); in azx_irq_pending_work() 767 struct hdac_bus *bus = azx_bus(chip); in azx_clear_irq_pending() 779 struct hdac_bus *bus = azx_bus(chip); in azx_acquire_irq() 978 struct hdac_bus *bus = azx_bus(chip); in __azx_runtime_resume() [all …]
|
| H A D | cix-ipbloq.c | 50 if (azx_bus(chip)->chip_init) { in cix_ipbloq_hda_dev_free() 57 snd_hdac_bus_exit(azx_bus(chip)); in cix_ipbloq_hda_dev_free() 65 struct hdac_bus *bus = azx_bus(chip); in cix_ipbloq_hda_probe_codec() 103 struct hdac_bus *bus = azx_bus(chip); in cix_ipbloq_hda_init()
|
| H A D | acpi.c | 54 if (azx_bus(azx)->chip_init) { in hda_acpi_dev_free() 61 snd_hdac_bus_exit(azx_bus(azx)); in hda_acpi_dev_free() 68 struct hdac_bus *bus = azx_bus(&hda->azx); in hda_acpi_init()
|
| H A D | tegra.c | 234 if (azx_bus(chip)->chip_init) { in hda_tegra_dev_free() 241 snd_hdac_bus_exit(azx_bus(chip)); in hda_tegra_dev_free() 249 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_init_chip() 268 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_first_init()
|