Searched refs:SDCDIV_MAX_CDIV (Results 1 – 3 of 3) sorted by relevance
73 #define SDCDIV_MAX_CDIV 0x7ff macro621 host->cdiv = SDCDIV_MAX_CDIV; in bcm2835_set_clock()633 if (div > SDCDIV_MAX_CDIV) in bcm2835_set_clock()634 div = SDCDIV_MAX_CDIV; in bcm2835_set_clock()732 cfg->f_min = host->max_clk / SDCDIV_MAX_CDIV; in bcm2835_add_host()
77 #define SDCDIV_MAX_CDIV 0x7ff macro1122 host->cdiv = SDCDIV_MAX_CDIV; in bcm2835_set_clock()1134 if (div > SDCDIV_MAX_CDIV) in bcm2835_set_clock()1135 div = SDCDIV_MAX_CDIV; in bcm2835_set_clock()1266 mmc->f_min = host->max_clk / SDCDIV_MAX_CDIV; in bcm2835_add_host()
54 #define SDCDIV_MAX_CDIV 0x7ff in DECLARE_INSTANCE_CHECKER() macro