Searched refs:s_rpmb (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | rpmb.c | 64 struct s_rpmb { struct 89 static int mmc_rpmb_request(struct mmc *mmc, const struct s_rpmb *s, in mmc_rpmb_request() argument 122 static int mmc_rpmb_response(struct mmc *mmc, struct s_rpmb *s, in mmc_rpmb_response() 172 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_status() 174 memset(rpmb_frame, 0, sizeof(struct s_rpmb)); in mmc_rpmb_status() 229 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_get_counter() 232 memset(rpmb_frame, 0, sizeof(struct s_rpmb)); in mmc_rpmb_get_counter() 247 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_set_key() 249 memset(rpmb_frame, 0, sizeof(struct s_rpmb)); in mmc_rpmb_set_key() 262 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_read() [all …]
|