Searched refs:SDCDIV_MAX_CDIV (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Dbcm2835.c77 #define SDCDIV_MAX_CDIV 0x7ff macro
1122 host->cdiv = SDCDIV_MAX_CDIV;
1134 if (div > SDCDIV_MAX_CDIV)
1135 div = SDCDIV_MAX_CDIV;
1266 mmc->f_min = host->max_clk / SDCDIV_MAX_CDIV;

Completed in 203 milliseconds