Searched refs:PICOSECS_PER_USEC (Results 1 – 1 of 1) sorted by relevance
18 #define PICOSECS_PER_USEC 1000000 macro20 #define US_TO_HPET_CYCLE(us) ((uint64_t)(us)*PICOSECS_PER_USEC / hpet_clock_period_pico)21 #define HPET_CYCLE_TO_US(cycle) ((uint64_t)(cycle)*hpet_clock_period_pico / PICOSECS_PER_USEC)