Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/dpt/
Ddpt_scsi.c422 outb((base + HA_WCOMMAND), EATA_CMD_RESET); in dpt_pio_get_conf()
1251 dpt_outb(dpt, HA_WCOMMAND, EATA_CMD_RESET); in dpt_init()
1866 ccb->CP_OpCode = EATA_CMD_RESET;
1891 EATA_CMD_RESET, 0, 0, 0, 0)) != 0) {
Ddpt.h208 #define EATA_CMD_RESET 0xf9 macro