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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83627hf.c228 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
875 tmp | BIT_SCFG1[nr - 1]);
884 tmp | BIT_SCFG1[nr - 1]);
893 tmp & ~BIT_SCFG1[nr - 1]);
1389 if (!(tmp & BIT_SCFG1[i - 1])) {
H A Dw83781d.c149 static const u8 BIT_SCFG1[] = { 0x02, 0x04, 0x08 }; variable
709 tmp | BIT_SCFG1[nr]);
718 tmp | BIT_SCFG1[nr]);
727 tmp & ~BIT_SCFG1[nr]);
1487 if (!(tmp & BIT_SCFG1[i - 1])) {

Completed in 47 milliseconds