Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dpc87427.c1197 u8 cfg, cfg_b; in pc87427_find() local
1262 cfg_b = superio_inb(sioaddr, SIOREG_CFB); in pc87427_find()
1263 if (!(cfg & (1 << 1)) && (cfg_b & (1 << 3))) in pc87427_find()
1266 if ((cfg & (1 << 3)) && !(cfg_b & (1 << 5))) in pc87427_find()
1271 if (cfg_b & (1 << 0)) in pc87427_find()
1276 if (cfg_b & (1 << 1)) in pc87427_find()
1278 if (cfg_b & (1 << 2)) in pc87427_find()