Searched refs:posbuf (Results 1 – 8 of 8) sorted by relevance
376 if (hstream->posbuf) in hda_dsp_iccmax_stream_hw_params()377 *hstream->posbuf = 0; in hda_dsp_iccmax_stream_hw_params()517 if (hstream->posbuf) in hda_dsp_stream_hw_params()518 *hstream->posbuf = 0; in hda_dsp_stream_hw_params()615 upper_32_bits(bus->posbuf.addr)); in hda_dsp_stream_hw_params()617 (u32)bus->posbuf.addr | in hda_dsp_stream_hw_params()823 &bus->posbuf); in hda_dsp_stream_init()888 hstream->posbuf = (__le32 *)(bus->posbuf.area + in hda_dsp_stream_init()945 hstream->posbuf = (__le32 *)(bus->posbuf.area + in hda_dsp_stream_init()965 if (bus->posbuf.area) in hda_dsp_stream_free()[all …]
278 if (bus->use_posbuf && bus->posbuf.addr) { in hda_dsp_ctrl_init_chip()280 (u32)bus->posbuf.addr); in hda_dsp_ctrl_init_chip()282 upper_32_bits(bus->posbuf.addr)); in hda_dsp_ctrl_init_chip()356 if (bus->posbuf.addr) { in hda_dsp_ctrl_stop_chip()
526 if (bus->use_posbuf && bus->posbuf.addr) { in snd_hdac_bus_init_chip()527 snd_hdac_chip_writel(bus, DPLBASE, (u32)bus->posbuf.addr); in snd_hdac_bus_init_chip()528 snd_hdac_chip_writel(bus, DPUBASE, upper_32_bits(bus->posbuf.addr)); in snd_hdac_bus_init_chip()554 if (bus->posbuf.addr) { in snd_hdac_bus_stop_chip()622 num_streams * 8, &bus->posbuf); in snd_hdac_bus_alloc_stream_pages()626 s->posbuf = (__le32 *)(bus->posbuf.area + s->index * 8); in snd_hdac_bus_alloc_stream_pages()648 if (bus->posbuf.area) in snd_hdac_bus_free_stream_pages()649 snd_dma_free_pages(&bus->posbuf); in snd_hdac_bus_free_stream_pages()
186 if (azx_dev->posbuf) in snd_hdac_stream_reset()187 *azx_dev->posbuf = 0; in snd_hdac_stream_reset()233 if (bus->use_posbuf && bus->posbuf.addr) { in snd_hdac_stream_setup()236 (u32)bus->posbuf.addr | AZX_DPLBASE_ENABLE); in snd_hdac_stream_setup()
323 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()
328 struct snd_dma_buffer posbuf; member499 __le32 *posbuf; /* position buffer pointer */ member
162 with other approach (e.g. HDAC DPIB/posbuf) to elapse PCM.166 DPIB/posbuf is not ready, select "Y".
809 mod_dma_pos = le32_to_cpu(*azx_dev->core.posbuf); in azx_via_get_position()
Completed in 19 milliseconds