Lines Matching refs:ofs
317 int ofs, int size, int with_ioc) in setup_bdle() argument
328 addr = snd_sgbuf_get_addr(dmab, ofs); in setup_bdle()
333 chunk = snd_sgbuf_get_chunk_size(dmab, ofs, size); in setup_bdle()
336 u32 remain = 0x1000 - (ofs & 0xfff); in setup_bdle()
349 ofs += chunk; in setup_bdle()
352 return ofs; in setup_bdle()
368 int i, ofs, periods, period_bytes; in snd_hdac_stream_setup_periods() local
380 ofs = 0; in snd_hdac_stream_setup_periods()
398 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
400 &bdl, ofs, pos_adj, true); in snd_hdac_stream_setup_periods()
401 if (ofs < 0) in snd_hdac_stream_setup_periods()
409 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
410 azx_dev, &bdl, ofs, in snd_hdac_stream_setup_periods()
413 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
414 azx_dev, &bdl, ofs, in snd_hdac_stream_setup_periods()
417 if (ofs < 0) in snd_hdac_stream_setup_periods()