Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dspd5118.c56 #define SPD5118_TS_DISABLE BIT(0) /* temperature sensor disable */ macro
170 *val = !(regval & SPD5118_TS_DISABLE); in spd5118_read_enable()
237 SPD5118_TS_DISABLE, in spd5118_write_enable()
238 val ? 0 : SPD5118_TS_DISABLE); in spd5118_write_enable()
352 if (regval & ~SPD5118_TS_DISABLE) in spd5118_detect()
652 regmap_update_bits(regmap, SPD5118_REG_TEMP_CONFIG, SPD5118_TS_DISABLE, in spd5118_suspend()
653 SPD5118_TS_DISABLE); in spd5118_suspend()