Searched refs:posbuf (Results 1 – 8 of 8) sorted by relevance
639 if (bus->use_posbuf && bus->posbuf.addr) { in snd_hdac_bus_init_chip()640 snd_hdac_chip_writel(bus, DPLBASE, (u32)bus->posbuf.addr); in snd_hdac_bus_init_chip()641 snd_hdac_chip_writel(bus, DPUBASE, upper_32_bits(bus->posbuf.addr)); in snd_hdac_bus_init_chip()667 if (bus->posbuf.addr) { in snd_hdac_bus_stop_chip()735 num_streams * 8, &bus->posbuf); in snd_hdac_bus_alloc_stream_pages()739 s->posbuf = (__le32 *)(bus->posbuf.area + s->index * 8); in snd_hdac_bus_alloc_stream_pages()761 if (bus->posbuf.area) in snd_hdac_bus_free_stream_pages()762 snd_dma_free_pages(&bus->posbuf); in snd_hdac_bus_free_stream_pages()
247 if (azx_dev->posbuf) in snd_hdac_stream_reset()248 *azx_dev->posbuf = 0; in snd_hdac_stream_reset()297 if (bus->use_posbuf && bus->posbuf.addr) { in snd_hdac_stream_setup()300 (u32)bus->posbuf.addr | AZX_DPLBASE_ENABLE); in snd_hdac_stream_setup()
437 if (hstream->posbuf) in hda_dsp_iccmax_stream_hw_params()438 *hstream->posbuf = 0; in hda_dsp_iccmax_stream_hw_params()556 if (hstream->posbuf) in hda_dsp_stream_hw_params()557 *hstream->posbuf = 0; in hda_dsp_stream_hw_params()654 if (bus->use_posbuf && bus->posbuf.addr && in hda_dsp_stream_hw_params()658 upper_32_bits(bus->posbuf.addr)); in hda_dsp_stream_hw_params()660 (u32)bus->posbuf.addr | in hda_dsp_stream_hw_params()877 &bus->posbuf); in hda_dsp_stream_init()954 hstream->posbuf = (__le32 *)(bus->posbuf.area + in hda_dsp_stream_init()983 if (bus->posbuf.area) in hda_dsp_stream_free()[all …]
251 if (bus->use_posbuf && bus->posbuf.addr) { in hda_dsp_ctrl_init_chip()253 (u32)bus->posbuf.addr); in hda_dsp_ctrl_init_chip()255 upper_32_bits(bus->posbuf.addr)); in hda_dsp_ctrl_init_chip()320 if (bus->use_posbuf && bus->posbuf.addr) { in hda_dsp_ctrl_stop_chip()
365 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()
333 struct snd_dma_buffer posbuf; member516 __le32 *posbuf; /* position buffer pointer */ member
196 with other approach (e.g. HDAC DPIB/posbuf) to elapse PCM.200 DPIB/posbuf is not ready, select "Y".
811 mod_dma_pos = le32_to_cpu(*azx_dev->core.posbuf); in azx_via_get_position()
Completed in 25 milliseconds