Home
last modified time | relevance | path

Searched defs:mmc_part (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Davb_verify.h37 struct mmc_part { struct
38 int dev_num;
39 struct mmc *mmc;
63 static inline uint64_t calc_offset(struct mmc_part *part, int64_t offset) in calc_offset() argument
/openbmc/linux/include/linux/mmc/
H A Dcard.h252 struct mmc_part { struct
253 u64 size; /* partition size (in bytes) */
254 unsigned int part_cfg; /* partition type */
255 char name[MAX_MMC_PART_NAME_LEN];
256 bool force_ro; /* to make boot parts RO by default */
257 unsigned int area_type;