Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dw83781d.c157 static const u8 BIT_SCFG2[] = { 0x10, 0x20, 0x40 }; variable
816 tmp | BIT_SCFG2[nr]); in store_sensor()
825 tmp & ~BIT_SCFG2[nr]); in store_sensor()
1416 W83781D_REG_SCFG2) & BIT_SCFG2[i - 1]) in w83781d_init_device()
Dw83627hf.c248 static const u8 BIT_SCFG2[] = { 0x10, 0x20, 0x40 }; variable
1225 tmp | BIT_SCFG2[nr]); in store_temp_type()
1234 tmp & ~BIT_SCFG2[nr]); in store_temp_type()
1763 W83781D_REG_SCFG2) & BIT_SCFG2[i - 1]) in w83627hf_init_device()