Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_controller.h163 #define azx_bus(chip) (&(chip)->bus.core) macro
177 snd_hdac_chip_writel(azx_bus(chip), reg, value)
179 snd_hdac_chip_readl(azx_bus(chip), reg)
181 snd_hdac_chip_writew(azx_bus(chip), reg, value)
183 snd_hdac_chip_readw(azx_bus(chip), reg)
185 snd_hdac_chip_writeb(azx_bus(chip), reg, value)
187 snd_hdac_chip_readb(azx_bus(chip), reg)
206 snd_hdac_bus_alloc_stream_pages(azx_bus(chip))
208 snd_hdac_bus_free_stream_pages(azx_bus(chip))
214 snd_hdac_bus_enter_link_reset(azx_bus(chip))
Dhda_controller.c48 s = snd_hdac_stream_assign(azx_bus(chip), substream); in azx_assign_device()
214 struct hdac_bus *bus = azx_bus(chip); in azx_pcm_trigger()
699 azx_bus(chip)->rirb.res[addr] = azx_readl(chip, IR); in azx_single_wait_for_response()
707 azx_bus(chip)->rirb.res[addr] = -1; in azx_single_wait_for_response()
807 struct hdac_bus *bus = azx_bus(chip); in azx_get_dsp_loader_dev()
887 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()
897 struct hdac_bus *bus = azx_bus(chip); in azx_stop_all_streams()
907 snd_hdac_bus_stop_chip(azx_bus(chip)); in azx_stop_chip()
931 struct hdac_bus *bus = azx_bus(chip); in azx_interrupt()
983 struct hdac_bus *bus = azx_bus(chip); in probe_codec()
[all …]
Dhda_intel.c537 struct hdac_bus *bus = azx_bus(chip); in hda_intel_init_chip()
617 struct hdac_bus *bus = azx_bus(chip); in azx_intel_link_power()
652 azx_bus(chip)->use_posbuf = false; in azx_position_ok()
683 struct hdac_bus *bus = azx_bus(chip); in azx_irq_pending_work()
724 struct hdac_bus *bus = azx_bus(chip); in azx_clear_irq_pending()
737 struct hdac_bus *bus = azx_bus(chip); in azx_acquire_irq()
778 fifo_size = readw(azx_bus(chip)->remap_addr + in azx_via_get_position()
873 cdclk_freq = snd_hdac_get_display_clk(azx_bus(chip)); in haswell_set_bclk()
920 bus = azx_bus(chip); in azx_suspend()
957 snd_hdac_display_power(azx_bus(chip), true); in azx_resume()
[all …]
Dhda_tegra.c301 if (azx_bus(chip)->chip_init) { in hda_tegra_dev_free()
308 snd_hdac_bus_exit(azx_bus(chip)); in hda_tegra_dev_free()
316 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_init_chip()
358 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_first_init()