Searched refs:LIMIT_REG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | therm_adt746x.c | 43 static u8 LIMIT_REG[3] = {0x6b, 0x6a, 0x6c}; /* local, sensor1, sensor2 */ variable 314 write_reg(th, LIMIT_REG[i], th->limits[i]); in set_limit() 527 th->initial_limits[i] = read_reg(th, LIMIT_REG[i]); in probe_thermostat() 584 write_reg(th, LIMIT_REG[i], th->initial_limits[i]); in remove_thermostat()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | therm_adt746x.c | 44 static u8 LIMIT_REG[3] = {0x6b, 0x6a, 0x6c}; /* local, sensor1, sensor2 */ variable 315 write_reg(th, LIMIT_REG[i], th->limits[i]); in set_limit() 528 th->initial_limits[i] = read_reg(th, LIMIT_REG[i]); in probe_thermostat() 585 write_reg(th, LIMIT_REG[i], th->initial_limits[i]); in remove_thermostat()
|
Completed in 3 milliseconds