Searched refs:EM_USECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
283 #define EM_USECS_TO_TICKS(usecs) ((1000 * (usecs) + 512) / 1024) macro4603 ticks = EM_USECS_TO_TICKS(usecs); in lem_sysctl_int_delay()
340 #define EM_USECS_TO_TICKS(usecs) ((1000 * (usecs) + 512) / 1024) macro5635 ticks = EM_USECS_TO_TICKS(usecs); in em_sysctl_int_delay()