Lines Matching defs:mmc_ext_csd
46 struct mmc_ext_csd { struct
47 u8 rev;
48 u8 erase_group_def;
49 u8 sec_feature_support;
50 u8 rel_sectors;
51 u8 rel_param;
52 u8 part_config;
53 u8 cache_ctrl;
54 u8 rst_n_function;
55 unsigned int part_time; /* Units: ms */
56 unsigned int sa_timeout; /* Units: 100ns */
57 unsigned int generic_cmd6_time; /* Units: 10ms */
58 unsigned int power_off_longtime; /* Units: ms */
59 unsigned int hs_max_dtr;
60 unsigned int sectors;
61 unsigned int card_type;
62 unsigned int hc_erase_size; /* In sectors */
63 unsigned int hc_erase_timeout; /* In milliseconds */
64 unsigned int sec_trim_mult; /* Secure trim multiplier */
65 unsigned int sec_erase_mult; /* Secure erase multiplier */
66 unsigned int trim_timeout; /* In milliseconds */
67 bool enhanced_area_en; /* enable bit */
68 unsigned long long enhanced_area_offset; /* Units: Byte */
69 unsigned int enhanced_area_size; /* Units: KB */
70 unsigned int cache_size; /* Units: KB */
71 bool hpi_en; /* HPI enablebit */
72 bool hpi; /* HPI support bit */
73 unsigned int hpi_cmd; /* cmd used as HPI */
74 unsigned int boot_ro_lock; /* ro lock support */
75 bool boot_ro_lockable;
76 u8 raw_partition_support; /* 160 */
77 u8 raw_erased_mem_count; /* 181 */
78 u8 raw_ext_csd_structure; /* 194 */
79 u8 raw_card_type; /* 196 */
80 u8 out_of_int_time; /* 198 */
81 u8 raw_s_a_timeout; /* 217 */
82 u8 raw_hc_erase_gap_size; /* 221 */
83 u8 raw_erase_timeout_mult; /* 223 */
84 u8 raw_hc_erase_grp_size; /* 224 */
85 u8 raw_sec_trim_mult; /* 229 */
86 u8 raw_sec_erase_mult; /* 230 */
87 u8 raw_sec_feature_support;/* 231 */
88 u8 raw_trim_mult; /* 232 */
89 u8 raw_sectors[4]; /* 212 - 4 bytes */
91 unsigned int feature_support;