Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dwakeup.c45 #define IN_PROGRESS_BITS (sizeof(int) * 4) macro
46 #define MAX_IN_PROGRESS ((1 << IN_PROGRESS_BITS) - 1)
52 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters()