HomeSort by: relevance | last modified time | path
    Searched defs:best_func (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/sdmmc/
sdmmc_mem.c 804 int support_func, best_func, bus_clock, error, i; local in function:sdmmc_mem_sd_init
837 best_func = 0;
875 best_func = sdmmc_mem_select_transfer_mode(sc, support_func);
878 switch_group0_functions[best_func].name));
880 if (best_func != 0) {
882 SDMMCDEVNAME(sc), best_func));
884 sdmmc_mem_sd_switch(sf, 1, 1, best_func, &status);
889 best_func, support_func);
893 switch_group0_functions[best_func].freq;
895 if (best_func == SD_ACCESS_MODE_DDR50
    [all...]

Completed in 11 milliseconds