Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dvt1211.c63 #define VT1211_REG_IN_MIN(ix) ((ix) == 0 ? 0x3e : 0x2a + 2 * (ix)) macro
259 VT1211_REG_IN_MIN(ix)); in vt1211_update_device()
384 vt1211_write8(data, VT1211_REG_IN_MIN(ix), data->in_min[ix]); in set_in()