Searched refs:SDCDIV_MAX_CDIV (Results 1 – 1 of 1) sorted by relevance
77 #define SDCDIV_MAX_CDIV 0x7ff macro627 host->cdiv = SDCDIV_MAX_CDIV; in bcm2835_set_clock()639 if (div > SDCDIV_MAX_CDIV) in bcm2835_set_clock()640 div = SDCDIV_MAX_CDIV; in bcm2835_set_clock()738 cfg->f_min = host->max_clk / SDCDIV_MAX_CDIV; in bcm2835_add_host()
Completed in 4 milliseconds