Home
last modified time | relevance | path

Searched defs:per (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/
H A Dclock.h55 #define CLOCK_PERIOD_TO_HZ(per) (((per) != 0) ? CLOCK_PERIOD_1SEC / (per) : 0u) argument
/qemu/hw/arm/
H A Domap1.c3505 static const int per[8] = { 1, 2, 4, 8, 12, 16, 20, 24 }; in omap_lpg_update() local