Lines Matching refs:pg
114 static void tifm_sd_read_fifo(struct tifm_sd *host, struct page *pg, in tifm_sd_read_fifo() argument
121 buf = kmap_atomic(pg) + off; in tifm_sd_read_fifo()
140 static void tifm_sd_write_fifo(struct tifm_sd *host, struct page *pg, in tifm_sd_write_fifo() argument
147 buf = kmap_atomic(pg) + off; in tifm_sd_write_fifo()
173 struct page *pg; in tifm_sd_transfer_data() local
195 pg = nth_page(sg_page(&sg[host->sg_pos]), off >> PAGE_SHIFT); in tifm_sd_transfer_data()
202 tifm_sd_read_fifo(host, pg, p_off, p_cnt); in tifm_sd_transfer_data()
204 tifm_sd_write_fifo(host, pg, p_off, p_cnt); in tifm_sd_transfer_data()
230 struct page *pg; in tifm_sd_bounce_block() local
244 pg = nth_page(sg_page(&sg[host->sg_pos]), off >> PAGE_SHIFT); in tifm_sd_bounce_block()
253 pg, p_off, p_cnt); in tifm_sd_bounce_block()
255 tifm_sd_copy_page(pg, p_off, sg_page(&host->bounce_buf), in tifm_sd_bounce_block()