Searched refs:mmc_set_blockcount (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc_private.h | 23 int mmc_set_blockcount(struct mmc *mmc, unsigned int blkcnt, bool is_rel_write);
|
| H A D | rpmb.c | 64 ret = mmc_set_blockcount(mmc, count, is_rel_write); in mmc_rpmb_request() 97 ret = mmc_set_blockcount(mmc, cnt, false); in mmc_rpmb_response()
|
| H A D | mmc.c | 225 int mmc_set_blockcount(struct mmc *mmc, unsigned int blkcnt, bool is_rel_write) in mmc_set_blockcount() function 287 mmc_set_blockcount(mmc, blkcnt, false); in mmc_read_blocks_prepare()
|