Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
D53c700.c444 count = ((NCR_700_readb(host, DFIFO_REG) & 0x7f) - in NCR_700_data_residual()
447 count = ((NCR_700_readb(host, DFIFO_REG) & 0x3f) - in NCR_700_data_residual()
1368 NCR_700_writeb(CLR_FIFO, host, DFIFO_REG); in NCR_700_clear_fifo()
1381 NCR_700_writeb(FLUSH_DMA_FIFO, host, DFIFO_REG); in NCR_700_flush_fifo()
1383 NCR_700_writeb(0, host, DFIFO_REG); in NCR_700_flush_fifo()
D53c700.h362 #define DFIFO_REG 0x20 macro