Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dlenovo_se10_wdt.c23 #define CFG_PORT 0x2E macro
94 outb(index, CFG_PORT); in lpc_write()
95 outb(data, CFG_PORT + 1); in lpc_write()
100 outb(index, CFG_PORT); in lpc_read()
101 return inb(CFG_PORT + 1); in lpc_read()
160 outb(UNLOCK_KEY, CFG_PORT); in get_chipID()
161 outb(0x01, CFG_PORT); in get_chipID()
162 outb(0x55, CFG_PORT); in get_chipID()
163 outb(0x55, CFG_PORT); in get_chipID()
166 outb(LOCK_KEY, CFG_PORT); in get_chipID()
[all …]