Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/power/
Dwakeup.c49 #define IN_PROGRESS_BITS (sizeof(int) * 4) macro
50 #define MAX_IN_PROGRESS ((1 << IN_PROGRESS_BITS) - 1)
56 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters()