Searched refs:ratio (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/kernel/src/plat/pc99/machine/
H A Dhardware.c101 uint32_t ratio = (((uint32_t) info.value) & 0xFF00) >> 8u; local
103 if (ratio != 0) {
108 return ratio * 13333u / 100u;
110 return ratio * 100u;

Completed in 21 milliseconds