Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dlenovo_se30_wdt.c43 #define CHIPID_REG 0x20 macro
247 val = superio_inb(SIO_REG, CHIPID_REG) << 8; in lenovo_se30_wdt_probe()
248 val |= superio_inb(SIO_REG, CHIPID_REG + 1); in lenovo_se30_wdt_probe()