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()
3583 data->REG_ALARM = NCT6106_REG_ALARM; in nct6775_probe()
3659 data->REG_ALARM = NCT6106_REG_ALARM; in nct6775_probe()
3739 data->REG_ALARM = NCT6775_REG_ALARM; in nct6775_probe()
3815 data->REG_ALARM = NCT6775_REG_ALARM; in nct6775_probe()
3895 data->REG_ALARM = NCT6779_REG_ALARM; in nct6775_probe()
4007 data->REG_ALARM = NCT6791_REG_ALARM; in nct6775_probe()
4120 data->REG_ALARM = NCT6799_REG_ALARM; in nct6775_probe()
/openbmc/linux/drivers/regulator/
H A Dtps6524x-regulator.c65 #define REG_ALARM 0x5 macro