Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dvt1211.c192 #define SIO_VT1211_BADDR 0x60 /* base I/O address */ macro
1291 *address = ((superio_inb(sio_cip, SIO_VT1211_BADDR) << 8) | in vt1211_find()
1292 (superio_inb(sio_cip, SIO_VT1211_BADDR + 1))) & 0xff00; in vt1211_find()