Searched refs:CLOCK_IP_MUL_BY_16 (Results 1 – 1 of 1) sorted by relevance
97 #define CLOCK_IP_MUL_BY_16 4U macro4239 …if ((DividerResult << CLOCK_IP_MUL_BY_16) <= ((DividerResult << CLOCK_IP_MUL_BY_16) + (DividerResu… in DFS_OUTPUT()4241 Fout += (DividerResult << CLOCK_IP_MUL_BY_16) + (DividerResult << CLOCK_IP_MUL_BY_2); in DFS_OUTPUT()4248 …if (Fout <= (Fout + (((DividerModulo << CLOCK_IP_MUL_BY_16) + (DividerModulo << CLOCK_IP_MUL_BY_2)… in DFS_OUTPUT()4250 … Fout += ((DividerModulo << CLOCK_IP_MUL_BY_16) + (DividerModulo << CLOCK_IP_MUL_BY_2)) / Divider; in DFS_OUTPUT()