Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcsd.c115 struct mmcsd_softc { struct
116 device_t dev;
117 device_t mmcbus;
118 struct mmcsd_part *part[MMC_PART_MAX];
119 enum mmc_card_mode mode;
120 u_int max_data; /* Maximum data size [blocks] */
121 u_int erase_sector; /* Device native erase sector size [blocks] */
122 uint8_t high_cap; /* High Capacity device (block addressed) */
123 uint8_t part_curr; /* Partition currently switched to */
124 uint8_t ext_csd[MMC_EXTCSD_SIZE];
[all …]