ac97_frame         54 sound/soc/blackfin/bf5xx-ac97-pcm.c 			(struct ac97_frame *)sport->tx_dma_buf + sport->tx_pos,
ac97_frame         62 sound/soc/blackfin/bf5xx-ac97-pcm.c 			(struct ac97_frame *)sport->rx_dma_buf + sport->rx_pos,
ac97_frame        117 sound/soc/blackfin/bf5xx-ac97-pcm.c 			* sizeof(struct ac97_frame) / 4;
ac97_frame        146 sound/soc/blackfin/bf5xx-ac97-pcm.c 			runtime->period_size * sizeof(struct ac97_frame));
ac97_frame        150 sound/soc/blackfin/bf5xx-ac97-pcm.c 			runtime->period_size * sizeof(struct ac97_frame));
ac97_frame        156 sound/soc/blackfin/bf5xx-ac97-pcm.c 			runtime->period_size * sizeof(struct ac97_frame));
ac97_frame        160 sound/soc/blackfin/bf5xx-ac97-pcm.c 			runtime->period_size * sizeof(struct ac97_frame));
ac97_frame        219 sound/soc/blackfin/bf5xx-ac97-pcm.c 		curr = sport_curr_offset_tx(sport) / sizeof(struct ac97_frame);
ac97_frame        221 sound/soc/blackfin/bf5xx-ac97-pcm.c 		curr = sport_curr_offset_rx(sport) / sizeof(struct ac97_frame);
ac97_frame        260 sound/soc/blackfin/bf5xx-ac97-pcm.c 		memset(sport->tx_dma_buf, 0, runtime->buffer_size * sizeof(struct ac97_frame));
ac97_frame        262 sound/soc/blackfin/bf5xx-ac97-pcm.c 		memset(sport->rx_dma_buf, 0, runtime->buffer_size * sizeof(struct ac97_frame));
ac97_frame        290 sound/soc/blackfin/bf5xx-ac97-pcm.c 				(struct ac97_frame *)runtime->dma_area + pos,
ac97_frame        294 sound/soc/blackfin/bf5xx-ac97-pcm.c 				(struct ac97_frame *)runtime->dma_area + pos,
ac97_frame        321 sound/soc/blackfin/bf5xx-ac97-pcm.c 			* sizeof(struct ac97_frame) / 4;
ac97_frame        386 sound/soc/blackfin/bf5xx-ac97-pcm.c 		sizeof(struct ac97_frame) / 4;
ac97_frame        129 sound/soc/blackfin/bf5xx-ac97.c 	struct ac97_frame *nextwrite;
ac97_frame        133 sound/soc/blackfin/bf5xx-ac97.c 	nextwrite = (struct ac97_frame *)(sport->tx_buf + \
ac97_frame        148 sound/soc/blackfin/bf5xx-ac97.c 	struct ac97_frame out_frame[2], in_frame[2];
ac97_frame        159 sound/soc/blackfin/bf5xx-ac97.c 	memset(&out_frame, 0, 2 * sizeof(struct ac97_frame));
ac97_frame        160 sound/soc/blackfin/bf5xx-ac97.c 	memset(&in_frame, 0, 2 * sizeof(struct ac97_frame));
ac97_frame        165 sound/soc/blackfin/bf5xx-ac97.c 			2 * sizeof(struct ac97_frame));
ac97_frame        178 sound/soc/blackfin/bf5xx-ac97.c 		struct ac97_frame frame;
ac97_frame        179 sound/soc/blackfin/bf5xx-ac97.c 		memset(&frame, 0, sizeof(struct ac97_frame));
ac97_frame        184 sound/soc/blackfin/bf5xx-ac97.c 				NULL, sizeof(struct ac97_frame));
ac97_frame        327 sound/soc/blackfin/bf5xx-ac97.c 			sizeof(struct ac97_frame), NULL);