Searched refs:set_idata (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/mmc/core/ |
D | block.c | 2784 static void set_idata(struct mmc_blk_ioc_data *idata, u32 opcode, in set_idata() function 2866 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, in mmc_route_rpmb_frames() 2872 set_idata(idata[1], MMC_WRITE_MULTIPLE_BLOCK, 1, resp, in mmc_route_rpmb_frames() 2876 set_idata(idata[2], MMC_READ_MULTIPLE_BLOCK, 0, resp, resp_len); in mmc_route_rpmb_frames() 2879 set_idata(idata[0], MMC_WRITE_MULTIPLE_BLOCK, 1, req, req_len); in mmc_route_rpmb_frames() 2882 set_idata(idata[1], MMC_READ_MULTIPLE_BLOCK, 0, resp, resp_len); in mmc_route_rpmb_frames()
|