Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Drpmb.c466 int mmc_rpmb_route_frames(struct mmc *mmc, void *req, unsigned long reqlen, in mmc_rpmb_route_frames() argument
478 if (reqlen % sizeof(struct s_rpmb) || rsplen % sizeof(struct s_rpmb)) in mmc_rpmb_route_frames()
481 return rpmb_route_frames(mmc, req, reqlen / sizeof(struct s_rpmb), in mmc_rpmb_route_frames()
/openbmc/u-boot/include/
H A Dmmc.h785 int mmc_rpmb_route_frames(struct mmc *mmc, void *req, unsigned long reqlen,