Searched defs:CLK_DIVIDER (Results 1 – 2 of 2) sorted by relevance
17 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) macro
28 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) macro
Completed in 3 milliseconds