Lines Matching refs:ac97_frame
62 bf5xx_pcm_to_ac97((struct ac97_frame *)sport->tx_dma_buf + in bf5xx_mmap_copy()
70 bf5xx_ac97_to_pcm((struct ac97_frame *)sport->rx_dma_buf + in bf5xx_mmap_copy()
122 * sizeof(struct ac97_frame) / 4; in bf5xx_pcm_hw_params()
140 sizeof(struct ac97_frame)); in bf5xx_pcm_hw_free()
143 sizeof(struct ac97_frame)); in bf5xx_pcm_hw_free()
161 runtime->period_size * sizeof(struct ac97_frame)); in bf5xx_pcm_prepare()
165 runtime->period_size * sizeof(struct ac97_frame)); in bf5xx_pcm_prepare()
171 runtime->period_size * sizeof(struct ac97_frame)); in bf5xx_pcm_prepare()
175 runtime->period_size * sizeof(struct ac97_frame)); in bf5xx_pcm_prepare()
234 curr = sport_curr_offset_tx(sport) / sizeof(struct ac97_frame); in bf5xx_pcm_pointer()
236 curr = sport_curr_offset_rx(sport) / sizeof(struct ac97_frame); in bf5xx_pcm_pointer()
292 bf5xx_pcm_to_ac97((struct ac97_frame *)runtime->dma_area + pos, in bf5xx_pcm_copy()
295 bf5xx_ac97_to_pcm((struct ac97_frame *)runtime->dma_area + pos, in bf5xx_pcm_copy()
324 * sizeof(struct ac97_frame) / 4; in bf5xx_pcm_preallocate_dma_buffer()
388 sizeof(struct ac97_frame) / 4; in bf5xx_pcm_free_dma_buffers()