Home
last modified time | relevance | path

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

/openbmc/linux/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()