Searched refs:LP_PERF_ON_CNT_LSB (Results 1 – 1 of 1) sorted by relevance
1046 #define LP_PERF_ON_CNT_LSB 0 macro1048 #define LP_PERF_ON_CNT_GET(x) (((x) & LP_PERF_ON_CNT_MASK) >> LP_PERF_ON_CNT_LSB)1049 #define LP_PERF_ON_CNT_SET(x) (((x) << LP_PERF_ON_CNT_LSB) & LP_PERF_ON_CNT_MASK)