Searched refs:cfg_b (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/hwmon/
H A Dpc87427.c1195 u8 cfg, cfg_b; local
1260 cfg_b = superio_inb(sioaddr, SIOREG_CFB);
1261 if (!(cfg & (1 << 1)) && (cfg_b & (1 << 3)))
1264 if ((cfg & (1 << 3)) && !(cfg_b & (1 << 5)))
1269 if (cfg_b & (1 << 0))
1274 if (cfg_b & (1 << 1))
1276 if (cfg_b & (1 << 2))

Completed in 148 milliseconds