Searched refs:PM_UNIT_MSKS (Results 1 – 1 of 1) sorted by relevance
25 #define PM_UNIT_MSKS (PM_UNIT_MSK << PM_UNIT_SH) macro287 mask |= PM_UNIT_MSKS << sh; in p6_get_constraint()288 value |= (unsigned long)(event & PM_UNIT_MSKS) << sh; in p6_get_constraint()289 if ((event & PM_UNIT_MSKS) == (5 << PM_UNIT_SH)) { in p6_get_constraint()