Home
last modified time | relevance | path

Searched refs:CLOCK_PERIOD_1SEC (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/
H A Dclock.h48 #define CLOCK_PERIOD_1SEC (1000000000llu << 32) macro
53 #define CLOCK_PERIOD_FROM_NS(ns) ((ns) * (CLOCK_PERIOD_1SEC / 1000000000llu))
54 #define CLOCK_PERIOD_FROM_HZ(hz) (((hz) != 0) ? CLOCK_PERIOD_1SEC / (hz) : 0u)
55 #define CLOCK_PERIOD_TO_HZ(per) (((per) != 0) ? CLOCK_PERIOD_1SEC / (per) : 0u)