Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A D53c700.c458 count = ((NCR_700_readb(host, DFIFO_REG) & 0x7f) - in NCR_700_data_residual()
461 count = ((NCR_700_readb(host, DFIFO_REG) & 0x3f) - in NCR_700_data_residual()
1377 NCR_700_writeb(CLR_FIFO, host, DFIFO_REG); in NCR_700_clear_fifo()
1390 NCR_700_writeb(FLUSH_DMA_FIFO, host, DFIFO_REG); in NCR_700_flush_fifo()
1392 NCR_700_writeb(0, host, DFIFO_REG); in NCR_700_flush_fifo()
H A D53c700.h364 #define DFIFO_REG 0x20 macro