Searched refs:f71882fg_write8 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | f71882fg.c | 1175 static void f71882fg_write8(struct f71882fg_data *data, u8 reg, u8 val) in f71882fg_write8() function 1183 f71882fg_write8(data, reg, val >> 8); in f71882fg_write16() 1184 f71882fg_write8(data, reg + 1, val & 0xff); in f71882fg_write16() 1446 f71882fg_write8(data, F71882FG_REG_FAN_BEEP, data->fan_beep); in store_fan_beep() 1497 f71882fg_write8(data, F81866_REG_IN1_HIGH, val); in store_in_max() 1499 f71882fg_write8(data, F71882FG_REG_IN1_HIGH, val); in store_in_max() 1541 f71882fg_write8(data, F81866_REG_IN_BEEP, data->in_beep); in store_in_beep() 1543 f71882fg_write8(data, F71882FG_REG_IN_BEEP, data->in_beep); in store_in_beep() 1611 f71882fg_write8(data, F71882FG_REG_TEMP_HIGH(nr), val); in store_temp_max() 1664 f71882fg_write8(dat in store_temp_max_hyst() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | f71882fg.c | 318 static void f71882fg_write8(struct f71882fg_data *data, u8 reg, u8 val) in f71882fg_write8() function 326 f71882fg_write8(data, reg, val >> 8); in f71882fg_write16() 327 f71882fg_write8(data, reg + 1, val & 0xff); in f71882fg_write16() 572 f71882fg_write8(data, F71882FG_REG_TEMP_HIGH(nr), val); in store_temp_max() 625 f71882fg_write8(data, F71882FG_REG_TEMP_HYST(nr / 2), reg); in store_temp_max_hyst() 668 f71882fg_write8(data, F71882FG_REG_TEMP_OVT(nr), val); in store_temp_crit() 839 f71882fg_write8(data, F71882FG_REG_TEMP_BEEP, data->temp_beep); in store_temp_beep() 958 f71882fg_write8(data, F81866_REG_IN1_HIGH, val); in store_in_max() 960 f71882fg_write8(data, F71882FG_REG_IN1_HIGH, val); in store_in_max() 1002 f71882fg_write8(dat in store_in_beep() [all...] |
Completed in 6 milliseconds