Lines Matching refs:block_pos
108 unsigned int block_pos; member
178 cnt = sg[host->sg_pos].length - host->block_pos; in tifm_sd_transfer_data()
180 host->block_pos = 0; in tifm_sd_transfer_data()
193 off = sg[host->sg_pos].offset + host->block_pos; in tifm_sd_transfer_data()
207 host->block_pos += p_cnt; in tifm_sd_transfer_data()
234 cnt = sg[host->sg_pos].length - host->block_pos; in tifm_sd_bounce_block()
236 host->block_pos = 0; in tifm_sd_bounce_block()
242 off = sg[host->sg_pos].offset + host->block_pos; in tifm_sd_bounce_block()
259 host->block_pos += p_cnt; in tifm_sd_bounce_block()
283 dma_len = sg_dma_len(&r_data->sg[host->sg_pos]) - host->block_pos; in tifm_sd_set_dma_data()
285 host->block_pos = 0; in tifm_sd_set_dma_data()
294 dma_off = host->block_pos; in tifm_sd_set_dma_data()
295 host->block_pos += dma_blk_cnt * r_data->blksz; in tifm_sd_set_dma_data()
298 dma_off = host->block_pos; in tifm_sd_set_dma_data()
299 host->block_pos += t_size; in tifm_sd_set_dma_data()
642 host->block_pos = 0; in tifm_sd_request()