Home
last modified time | relevance | path

Searched refs:blk_head (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dusdhi6rol0.c318 size_t blk_head = host->head_len; in usdhi6_blk_bounce() local
335 memcpy(host->bounce_buf, host->head_pg.mapped + PAGE_SIZE - blk_head, in usdhi6_blk_bounce()
336 blk_head); in usdhi6_blk_bounce()
337 memcpy(host->bounce_buf + blk_head, host->pg.mapped, in usdhi6_blk_bounce()
338 data->blksz - blk_head); in usdhi6_blk_bounce()
360 size_t blk_head = head % data->blksz; in usdhi6_sg_map() local
376 host->head_len = blk_head; in usdhi6_sg_map()
404 size_t blk_head = host->head_len; in usdhi6_sg_unmap() local
407 memcpy(host->head_pg.mapped + PAGE_SIZE - blk_head, in usdhi6_sg_unmap()
408 host->bounce_buf, blk_head); in usdhi6_sg_unmap()
[all …]