Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dw83781d.c154 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
813 tmp | BIT_SCFG1[nr]); in store_sensor()
822 tmp | BIT_SCFG1[nr]); in store_sensor()
836 tmp & ~BIT_SCFG1[nr]); in store_sensor()
1411 if (!(tmp & BIT_SCFG1[i - 1])) { in w83781d_init_device()
Dw83627hf.c246 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
1222 tmp | BIT_SCFG1[nr]); in store_temp_type()
1231 tmp | BIT_SCFG1[nr]); in store_temp_type()
1244 tmp & ~BIT_SCFG1[nr]); in store_temp_type()
1758 if (!(tmp & BIT_SCFG1[i - 1])) { in w83627hf_init_device()