Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dw83627hf.c239 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
1198 tmp | BIT_SCFG1[nr]); in temp_type_store()
1207 tmp | BIT_SCFG1[nr]); in temp_type_store()
1220 tmp & ~BIT_SCFG1[nr]); in temp_type_store()
1755 if (!(tmp & BIT_SCFG1[i - 1])) { in w83627hf_init_device()
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()
1393 if (!(tmp & BIT_SCFG1[i - 1])) { in w83781d_init_device()