Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/power/
Dwakeup.c37 #define IN_PROGRESS_BITS (sizeof(int) * 4) macro
38 #define MAX_IN_PROGRESS ((1 << IN_PROGRESS_BITS) - 1)
44 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters()