Searched refs:rst_n_function (Results 1 – 1 of 1) sorted by relevance
575 card->ext_csd.rst_n_function = ext_csd[EXT_CSD_RST_N_FUNCTION]; in mmc_decode_ext_csd()2274 u8 rst_n_function; in mmc_card_can_reset() local2276 rst_n_function = card->ext_csd.rst_n_function; in mmc_card_can_reset()2277 return ((rst_n_function & EXT_CSD_RST_N_EN_MASK) == EXT_CSD_RST_N_ENABLED); in mmc_card_can_reset()
Completed in 7 milliseconds