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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83627ehf.c78 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1381 val = (superio_inb(SIO_REG_ADDR) << 8)
1382 | superio_inb(SIO_REG_ADDR + 1);
H A Df71805f.c58 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1357 *address = superio_inw(sioaddr, SIO_REG_ADDR);

Completed in 51 milliseconds