Searched refs:set_idata (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/mmc/core/ |
| H A D | block.c | 2813 static void set_idata(struct mmc_blk_ioc_data *idata, u32 opcode, in set_idata() function 2889 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, in mmc_route_rpmb_frames() 2895 set_idata(idata[1], MMC_WRITE_MULTIPLE_BLOCK, 1, resp, in mmc_route_rpmb_frames() 2899 set_idata(idata[2], MMC_READ_MULTIPLE_BLOCK, 0, resp, resp_len); in mmc_route_rpmb_frames() 2902 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, 1, req, req_len); in mmc_route_rpmb_frames() 2905 set_idata(idata[1], MMC_READ_MULTIPLE_BLOCK, 0, resp, resp_len); in mmc_route_rpmb_frames()
|