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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dpc87427.c1235 u8 cfg, cfg_b; local
1296 cfg_b = superio_inb(sioaddr, SIOREG_CFB);
1297 if (!(cfg & (1 << 1)) && (cfg_b & (1 << 3)))
1300 if ((cfg & (1 << 3)) && !(cfg_b & (1 << 5)))
1305 if (cfg_b & (1 << 0))
1310 if (cfg_b & (1 << 1))
1312 if (cfg_b & (1 << 2))

Completed in 110 milliseconds