Searched refs:CFG_PORT (Results 1 – 1 of 1) sorted by relevance
23 #define CFG_PORT 0x2E macro94 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 …]