Searched refs:CM_MIN_VALID (Results 1 – 1 of 1) sorted by relevance
67 #define CM_MIN_VALID(x, y) x = (((y > 0) && ((x) > (y))) ? (y) : (x)) macro867 CM_MIN_VALID(wakeup_ms, in cm_setup_timer()878 CM_MIN_VALID(wakeup_ms, cm->desc->polling_interval_ms); in cm_setup_timer()