Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dpmbus.h386 PSC_NUM_CLASSES /* Number of power sensor classes */ enumerator
438 enum pmbus_data_format format[PSC_NUM_CLASSES];
444 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */
445 int b[PSC_NUM_CLASSES]; /* offset */
446 int R[PSC_NUM_CLASSES]; /* exponent */
H A Dlm25066.c54 #define PSC_CURRENT_IN_L (PSC_NUM_CLASSES)
55 #define PSC_POWER_L (PSC_NUM_CLASSES + 1)
57 static const struct __coeff lm25066_coeff[][PSC_NUM_CLASSES + 2] = {