Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dlenovo_se10_wdt.c17 #define CMD_PORT 0x6C macro
88 outb(cmd, CMD_PORT); in send_cmd()
124 if (!request_muxed_region(CMD_PORT, CMD_SIZE, DRVNAME)) in wdt_get_time()
129 release_region(CMD_PORT, CMD_SIZE); in wdt_get_time()
135 if (!request_muxed_region(CMD_PORT, CMD_SIZE, DRVNAME)) in wdt_ping()
138 release_region(CMD_PORT, CMD_SIZE); in wdt_ping()