Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h15 #define NUM_REG_ALARM 7 /* Max number of alarm registers */ macro
H A Dnct6775-core.c102 static const u16 NCT6775_REG_ALARM[NUM_REG_ALARM] = { 0x459, 0x45A, 0x45B };
346 static const u16 NCT6779_REG_ALARM[NUM_REG_ALARM] = {
448 static const u16 NCT6791_REG_ALARM[NUM_REG_ALARM] = {
680 static const u16 NCT6799_REG_ALARM[NUM_REG_ALARM] = {
804 static const u16 NCT6106_REG_ALARM[NUM_REG_ALARM] = {
1678 for (i = 0; i < NUM_REG_ALARM; i++) { in nct6775_update_device()