[go: nahoru, domu]

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

/drivers/hwmon/
H A Dit87.c1816 int reg25, reg27, reg2a, reg2c, regef; local
1825 reg2c = superio_inb(IT87_SIO_PINX2_REG);
1829 if ((reg27 & (1 << 0)) || !(reg2c & (1 << 2)))
1842 if ((reg27 & (1 << 0)) || (reg2c & (1 << 2)))
1867 if (!(reg2c & (1 << 1))) {
1868 reg2c |= (1 << 1);
1869 superio_outb(IT87_SIO_PINX2_REG, reg2c);
1876 if (reg2c & (1 << 0))
1878 if (reg2c & (1 << 1))

Completed in 42 milliseconds