Searched refs:sdmclk_khz (Results 1 – 1 of 1) sorted by relevance
5091 uint32_t temp, sdmclk_khz, sdmclk_Mhz, timeout_interval; in set_data_timeout() local5096 sdmclk_khz = (temp & 0x0000003Fu);/* 0x4u; - 0x4 is dummy -> 50Mhz * 4 = 200Mhz, */ in set_data_timeout()5103 else if (sdmclk_khz == 0u) in set_data_timeout()5111 sdmclk_khz *= 1000u; in set_data_timeout()5113 sdmclk_Mhz = sdmclk_khz / 1000u; in set_data_timeout()5117 sdmclk = sdmclk_khz; in set_data_timeout()