Searched defs:sdhc_host_caps (Results 1 – 1 of 1) sorted by relevance
161 struct sdhc_host_caps { struct162 unsigned int timeout_clk_freq: 5; /**< Timeout clock frequency */163 unsigned int _rsvd_6: 1; /**< Reserved */164 unsigned int timeout_clk_unit: 1; /**< Timeout clock unit */165 unsigned int sd_base_clk: 8; /**< SD base clock frequency */166 unsigned int max_blk_len: 2; /**< Max block length */167 unsigned int bus_8_bit_support: 1; /**< 8-bit Support for embedded device */168 unsigned int bus_4_bit_support: 1; /**< 4 bit bus support */169 unsigned int adma_2_support: 1; /**< ADMA2 support */170 unsigned int _rsvd_20: 1; /**< Reserved */[all …]