Home
last modified time | relevance | path

Searched refs:PSC_NUM_CLASSES (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hwmon/pmbus/
Dpmbus.h316 PSC_NUM_CLASSES /* Number of power sensor classes */ enumerator
348 enum pmbus_data_format format[PSC_NUM_CLASSES];
354 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */
355 int b[PSC_NUM_CLASSES]; /* offset */
356 int R[PSC_NUM_CLASSES]; /* exponent */
Dlm25066.c65 #define PSC_CURRENT_IN_L (PSC_NUM_CLASSES)
66 #define PSC_POWER_L (PSC_NUM_CLASSES + 1)
68 static struct __coeff lm25066_coeff[5][PSC_NUM_CLASSES + 2] = {