Lines Matching refs:block_pos
106 unsigned int block_pos; member
176 cnt = sg[host->sg_pos].length - host->block_pos; in tifm_sd_transfer_data()
178 host->block_pos = 0; in tifm_sd_transfer_data()
191 off = sg[host->sg_pos].offset + host->block_pos; in tifm_sd_transfer_data()
205 host->block_pos += p_cnt; in tifm_sd_transfer_data()
232 cnt = sg[host->sg_pos].length - host->block_pos; in tifm_sd_bounce_block()
234 host->block_pos = 0; in tifm_sd_bounce_block()
240 off = sg[host->sg_pos].offset + host->block_pos; in tifm_sd_bounce_block()
257 host->block_pos += p_cnt; in tifm_sd_bounce_block()
281 dma_len = sg_dma_len(&r_data->sg[host->sg_pos]) - host->block_pos; in tifm_sd_set_dma_data()
283 host->block_pos = 0; in tifm_sd_set_dma_data()
292 dma_off = host->block_pos; in tifm_sd_set_dma_data()
293 host->block_pos += dma_blk_cnt * r_data->blksz; in tifm_sd_set_dma_data()
296 dma_off = host->block_pos; in tifm_sd_set_dma_data()
297 host->block_pos += t_size; in tifm_sd_set_dma_data()
641 host->block_pos = 0; in tifm_sd_request()