Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DNCR53c406a.c255 static int CMD_REG; /* command register */ variable
728 outb(FLUSH_FIFO, CMD_REG); /* reset the fifos */ in NCR53c406a_queue()
733 outb(SELECT_NO_ATN, CMD_REG); in NCR53c406a_queue()
750 outb(CHIP_RESET, CMD_REG); in NCR53c406a_reset()
751 outb(SCSI_NOP, CMD_REG); /* required after reset */ in NCR53c406a_reset()
752 outb(SCSI_RESET, CMD_REG); in NCR53c406a_reset()
883 outb(FLUSH_FIFO, CMD_REG); in NCR53c406a_intr()
889 outb(TRANSFER_INFO | DMA_OP, CMD_REG); in NCR53c406a_intr()
912 outb(FLUSH_FIFO, CMD_REG); in NCR53c406a_intr()
918 outb(TRANSFER_INFO | DMA_OP, CMD_REG); in NCR53c406a_intr()
[all …]