Searched refs:mmc_set_blockcount (Results 1 – 1 of 1) sorted by relevance
| /u-boot/drivers/mmc/ |
| A D | rpmb.c | 78 static int mmc_set_blockcount(struct mmc *mmc, unsigned int blockcount, in mmc_set_blockcount() function 99 ret = mmc_set_blockcount(mmc, count, is_rel_write); in mmc_rpmb_request() 135 ret = mmc_set_blockcount(mmc, 1, false); in mmc_rpmb_response() 374 ret = mmc_set_blockcount(mmc, req_cnt, true); in rpmb_route_write_req() 385 ret = mmc_set_blockcount(mmc, 1, false); in rpmb_route_write_req() 395 ret = mmc_set_blockcount(mmc, 1, false); in rpmb_route_write_req() 411 ret = mmc_set_blockcount(mmc, 1, false); in rpmb_route_read_req() 423 ret = mmc_set_blockcount(mmc, rsp_cnt, false); in rpmb_route_read_req()
|
Completed in 4 milliseconds