Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dpc87427.c1222 u8 cfg, cfg_b; in pc87427_find() local
1283 cfg_b = superio_inb(sioaddr, SIOREG_CFB); in pc87427_find()
1284 if (!(cfg & (1 << 1)) && (cfg_b & (1 << 3))) in pc87427_find()
1287 if ((cfg & (1 << 3)) && !(cfg_b & (1 << 5))) in pc87427_find()
1292 if (cfg_b & (1 << 0)) in pc87427_find()
1297 if (cfg_b & (1 << 1)) in pc87427_find()
1299 if (cfg_b & (1 << 2)) in pc87427_find()