Searched refs:PSC_NUM_CLASSES (Results 1 – 2 of 2) sorted by relevance
346 PSC_NUM_CLASSES /* Number of power sensor classes */ enumerator382 enum pmbus_data_format format[PSC_NUM_CLASSES];388 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */389 int b[PSC_NUM_CLASSES]; /* offset */390 int R[PSC_NUM_CLASSES]; /* exponent */
60 #define PSC_CURRENT_IN_L (PSC_NUM_CLASSES)61 #define PSC_POWER_L (PSC_NUM_CLASSES + 1)63 static struct __coeff lm25066_coeff[6][PSC_NUM_CLASSES + 2] = {