Searched refs:s_rpmb (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mmc/
H A Drpmb.c66 struct s_rpmb { struct
91 static int mmc_rpmb_request(struct mmc *mmc, const struct s_rpmb *s,
128 static int mmc_rpmb_response(struct mmc *mmc, struct s_rpmb *s,
178 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1);
180 memset(rpmb_frame, 0, sizeof(struct s_rpmb));
235 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1);
238 memset(rpmb_frame, 0, sizeof(struct s_rpmb));
253 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1);
255 memset(rpmb_frame, 0, sizeof(struct s_rpmb));
268 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_fram
[all...]

Completed in 115 milliseconds