Lines Matching defs:p_off
170 unsigned int p_off, p_cnt;
194 p_off = offset_in_page(off);
195 p_cnt = PAGE_SIZE - p_off;
200 tifm_sd_read_fifo(host, pg, p_off, p_cnt);
202 tifm_sd_write_fifo(host, pg, p_off, p_cnt);
227 unsigned int p_off, p_cnt;
243 p_off = offset_in_page(off);
244 p_cnt = PAGE_SIZE - p_off;
251 pg, p_off, p_cnt);
253 tifm_sd_copy_page(pg, p_off, sg_page(&host->bounce_buf),