Lines Matching refs:block_pos
107 unsigned int block_pos; member
177 cnt = sg[host->sg_pos].length - host->block_pos; in tifm_sd_transfer_data()
179 host->block_pos = 0; in tifm_sd_transfer_data()
192 off = sg[host->sg_pos].offset + host->block_pos; in tifm_sd_transfer_data()
206 host->block_pos += p_cnt; in tifm_sd_transfer_data()
233 cnt = sg[host->sg_pos].length - host->block_pos; in tifm_sd_bounce_block()
235 host->block_pos = 0; in tifm_sd_bounce_block()
241 off = sg[host->sg_pos].offset + host->block_pos; in tifm_sd_bounce_block()
258 host->block_pos += p_cnt; in tifm_sd_bounce_block()
282 dma_len = sg_dma_len(&r_data->sg[host->sg_pos]) - host->block_pos; in tifm_sd_set_dma_data()
284 host->block_pos = 0; in tifm_sd_set_dma_data()
293 dma_off = host->block_pos; in tifm_sd_set_dma_data()
294 host->block_pos += dma_blk_cnt * r_data->blksz; in tifm_sd_set_dma_data()
297 dma_off = host->block_pos; in tifm_sd_set_dma_data()
298 host->block_pos += t_size; in tifm_sd_set_dma_data()
641 host->block_pos = 0; in tifm_sd_request()