Searched refs:FIFO_FLAGS (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.c256 static int FIFO_FLAGS; /* indicates # of bytes in fifo */ variable
776 DEB(fifo_size = inb(FIFO_FLAGS) & 0x1f);
913 VDEB(printk("SCSI FIFO size=%d\n", inb(FIFO_FLAGS) & 0x1f));
992 FIFO_FLAGS = (port_base + 0x07);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c105 #define FIFO_FLAGS 0x07 /* indicates # of bytes in fifo */ macro
376 DEB(fifo_size = inb(port_base + FIFO_FLAGS) & 0x1f);
489 VDEB(printk("SCSI FIFO size=%d\n", inb(port_base + FIFO_FLAGS) & 0x1f));

Completed in 33 milliseconds