Searched refs:SMD_MAX_DIV (Results 1 – 1 of 1) sorted by relevance
16 #define SMD_MAX_DIV 0xf macro52 if (div > SMD_MAX_DIV) { in at91sam9x5_clk_smd_determine_rate()53 req->rate = req->best_parent_rate / (SMD_MAX_DIV + 1); in at91sam9x5_clk_smd_determine_rate()95 if (parent_rate % rate || div < 1 || div > (SMD_MAX_DIV + 1)) in at91sam9x5_clk_smd_set_rate()