Searched refs:XF_TIMEBASE_FREQ (Results 1 – 1 of 1) sorted by relevance
44 #define XF_TIMEBASE_FREQ (4 * 3 * 56448000U) macro46 C_BUG((u32)(XF_TIMEBASE_FREQ / 10) >= (1 << 31));49 #define XF_TIMEBASE_FREQ 56448000U macro52 C_BUG(XF_TIMEBASE_FREQ % 4000);53 C_BUG(XF_TIMEBASE_FREQ % 8000);54 C_BUG(XF_TIMEBASE_FREQ % 11025);55 C_BUG(XF_TIMEBASE_FREQ % 12000);56 C_BUG(XF_TIMEBASE_FREQ % 16000);57 C_BUG(XF_TIMEBASE_FREQ % 22050);58 C_BUG(XF_TIMEBASE_FREQ % 24000);[all …]