Home
last modified time | relevance | path

Searched refs:BIT_SCFG1 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83781d.c141 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
798 tmp | BIT_SCFG1[nr]); in store_sensor()
807 tmp | BIT_SCFG1[nr]); in store_sensor()
821 tmp & ~BIT_SCFG1[nr]); in store_sensor()
1393 if (!(tmp & BIT_SCFG1[i - 1])) { in w83781d_init_device()
H A Dw83627hf.c239 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
1198 tmp | BIT_SCFG1[nr]); in temp_type_store()
1207 tmp | BIT_SCFG1[nr]); in temp_type_store()
1220 tmp & ~BIT_SCFG1[nr]); in temp_type_store()
1755 if (!(tmp & BIT_SCFG1[i - 1])) { in w83627hf_init_device()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83781d.c141 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
798 tmp | BIT_SCFG1[nr]); in store_sensor()
807 tmp | BIT_SCFG1[nr]); in store_sensor()
821 tmp & ~BIT_SCFG1[nr]); in store_sensor()
1391 if (!(tmp & BIT_SCFG1[i - 1])) { in w83781d_init_device()
H A Dw83627hf.c239 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
754 if (!(tmp & BIT_SCFG1[i - 1])) { in w83627hf_init_device()
1320 tmp | BIT_SCFG1[nr]); in temp_type_store()
1329 tmp | BIT_SCFG1[nr]); in temp_type_store()
1342 tmp & ~BIT_SCFG1[nr]); in temp_type_store()

Completed in 11 milliseconds