Lines Matching defs:p_cnt
170 unsigned int p_off, p_cnt;
195 p_cnt = PAGE_SIZE - p_off;
196 p_cnt = min(p_cnt, cnt);
197 p_cnt = min(p_cnt, t_size);
200 tifm_sd_read_fifo(host, pg, p_off, p_cnt);
202 tifm_sd_write_fifo(host, pg, p_off, p_cnt);
204 t_size -= p_cnt;
205 host->block_pos += p_cnt;
227 unsigned int p_off, p_cnt;
244 p_cnt = PAGE_SIZE - p_off;
245 p_cnt = min(p_cnt, cnt);
246 p_cnt = min(p_cnt, t_size);
251 pg, p_off, p_cnt);
254 r_data->blksz - t_size, p_cnt);
256 t_size -= p_cnt;
257 host->block_pos += p_cnt;