Searched defs:clocks_per_usec (Results 1 – 4 of 4) sorted by relevance
9 static const uint32_t clocks_per_usec = MCT_HZ/1000000; variable
11 static const u32 clocks_per_usec = OSC_HZ/USECS_PER_SEC; variable
10 static const u32 clocks_per_usec = (24 * 1000 * 1000) / USECS_PER_SEC; variable