Searched refs:SDCDIV_MAX_CDIV (Results 1 – 1 of 1) 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()