Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
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()
/linux-6.12.1/drivers/scsi/
Dmegaraid.h909 #define CMD_PORT 0x00 macro
933 outb_p(ISSUE_BYTE, (adapter)->base + CMD_PORT)