Searched refs:PSC_NUM_CLASSES (Results 1 – 2 of 2) sorted by relevance
311 PSC_NUM_CLASSES /* Number of power sensor classes */ enumerator342 enum pmbus_data_format format[PSC_NUM_CLASSES];347 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */348 int b[PSC_NUM_CLASSES]; /* offset */349 int R[PSC_NUM_CLASSES]; /* exponent */
64 #define PSC_CURRENT_IN_L (PSC_NUM_CLASSES)65 #define PSC_POWER_L (PSC_NUM_CLASSES + 1)67 static struct __coeff lm25066_coeff[5][PSC_NUM_CLASSES + 2] = {