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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR53c406a.c249 static int CMD_REG; /* command register */ variable
692 outb(FLUSH_FIFO, CMD_REG); /* reset the fifos */
697 outb(SELECT_NO_ATN, CMD_REG);
710 outb(CHIP_RESET, CMD_REG);
711 outb(SCSI_NOP, CMD_REG); /* required after reset */
712 outb(SCSI_RESET, CMD_REG);
842 outb(FLUSH_FIFO, CMD_REG);
849 outb(TRANSFER_INFO | DMA_OP, CMD_REG);
864 outb(FLUSH_FIFO, CMD_REG);
870 outb(TRANSFER_INFO | DMA_OP, CMD_REG);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c98 #define CMD_REG 0x03 /* command register */ macro
239 outb(CHIP_RESET, io_port + CMD_REG);
240 outb(SCSI_NOP, io_port + CMD_REG); /* required after reset */
241 outb(SCSI_RESET, io_port + CMD_REG);
427 outb(FLUSH_FIFO, port_base + CMD_REG);
429 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG);
446 outb(FLUSH_FIFO, port_base + CMD_REG);
448 outb(TRANSFER_INFO | DMA_OP, port_base + CMD_REG);
466 outb(FLUSH_FIFO, port_base + CMD_REG);
467 outb(INIT_CMD_COMPLETE, port_base + CMD_REG);
[all...]

Completed in 59 milliseconds