Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
DNCR53c406a.c256 static int FIFO_FLAGS; /* indicates # of bytes in fifo */ variable
804 DEB(fifo_size = inb(FIFO_FLAGS) & 0x1f); in NCR53c406a_intr()
941 VDEB(printk("SCSI FIFO size=%d\n", inb(FIFO_FLAGS) & 0x1f)); in NCR53c406a_intr()
1020 FIFO_FLAGS = (port_base + 0x07); in calc_port_addr()
/linux-2.6.39/drivers/scsi/pcmcia/
Dsym53c500_cs.c104 #define FIFO_FLAGS 0x07 /* indicates # of bytes in fifo */ macro
375 DEB(fifo_size = inb(port_base + FIFO_FLAGS) & 0x1f); in SYM53C500_intr()
488 VDEB(printk("SCSI FIFO size=%d\n", inb(port_base + FIFO_FLAGS) & 0x1f)); in SYM53C500_intr()