Home
last modified time | relevance | path

Searched refs:REG_ALARM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h86 const u16 *REG_ALARM; member
H A Dnct6775-core.c1681 if (!data->REG_ALARM[i]) in nct6775_update_device()
1683 err = nct6775_read_value(data, data->REG_ALARM[i], &alarm); in nct6775_update_device()
3584 data->REG_ALARM = NCT6106_REG_ALARM; in nct6775_probe()
3660 data->REG_ALARM = NCT6106_REG_ALARM; in nct6775_probe()
3740 data->REG_ALARM = NCT6775_REG_ALARM; in nct6775_probe()
3816 data->REG_ALARM = NCT6775_REG_ALARM; in nct6775_probe()
3896 data->REG_ALARM = NCT6779_REG_ALARM; in nct6775_probe()
4008 data->REG_ALARM = NCT6791_REG_ALARM; in nct6775_probe()
4121 data->REG_ALARM = NCT6799_REG_ALARM; in nct6775_probe()
/openbmc/linux/drivers/regulator/
H A Dtps6524x-regulator.c65 #define REG_ALARM 0x5 macro