Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dw83781d.c144 static const u8 BIT_SCFG2[] = { 0x10, 0x20, 0x40 }; variable
801 tmp | BIT_SCFG2[nr]); in store_sensor()
810 tmp & ~BIT_SCFG2[nr]); in store_sensor()
1396 W83781D_REG_SCFG2) & BIT_SCFG2[i - 1]) in w83781d_init_device()
H A Dw83627hf.c241 static const u8 BIT_SCFG2[] = { 0x10, 0x20, 0x40 }; variable
759 W83781D_REG_SCFG2) & BIT_SCFG2[i - 1]) in w83627hf_init_device()
1323 tmp | BIT_SCFG2[nr]); in temp_type_store()
1332 tmp & ~BIT_SCFG2[nr]); in temp_type_store()