Searched refs:most_suitable_div (Results 1 – 1 of 1) sorted by relevance
903 uint32_t most_suitable_div = 0; in _cyhal_sdxx_sdcardchangeclock() local913 &most_suitable_hf_source, &most_suitable_div); in _cyhal_sdxx_sdcardchangeclock()917 …d_best_div(cyhal_clock_get_frequency(&(sdxx->clock)), *frequency, NULL, false, &most_suitable_div); in _cyhal_sdxx_sdcardchangeclock()924 actual_freq = hf_freq / most_suitable_div; in _cyhal_sdxx_sdcardchangeclock()952 ret = (cy_rslt_t)Cy_SD_Host_SetSdClkDiv(sdxx->base, most_suitable_div >> 1); in _cyhal_sdxx_sdcardchangeclock()