Searched defs:SIO_VT1211_BADDR (Results 1 - 1 of 1) sorted by relevance

/drivers/hwmon/
H A Dvt1211.c205 #define SIO_VT1211_BADDR 0x60 /* base I/O address */ macro
1302 *address = ((superio_inb(sio_cip, SIO_VT1211_BADDR) << 8) |
1303 (superio_inb(sio_cip, SIO_VT1211_BADDR + 1))) & 0xff00;

Completed in 13 milliseconds