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