Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c90 #define dpt_outb(dpt, port, value) \ macro
1153 dpt_outb(dpt, HA_WCODE2, code2); in dpt_send_eata_command()
1154 dpt_outb(dpt, HA_WCODE, code); in dpt_send_eata_command()
1156 dpt_outb(dpt, HA_WIFC, ifc); in dpt_send_eata_command()
1158 dpt_outb(dpt, HA_WCOMMAND, command); in dpt_send_eata_command()
1246 dpt_outb(dpt, HA_WCOMMAND, EATA_CMD_RESET); in dpt_init()