Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83781d.c154 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
811 tmp | BIT_SCFG1[nr]); in store_sensor()
820 tmp | BIT_SCFG1[nr]); in store_sensor()
834 tmp & ~BIT_SCFG1[nr]); in store_sensor()
1405 if (!(tmp & BIT_SCFG1[i - 1])) { in w83781d_init_device()
Dw83627hf.c246 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
1225 tmp | BIT_SCFG1[nr]); in store_temp_type()
1234 tmp | BIT_SCFG1[nr]); in store_temp_type()
1247 tmp & ~BIT_SCFG1[nr]); in store_temp_type()
1761 if (!(tmp & BIT_SCFG1[i - 1])) { in w83627hf_init_device()