Searched refs:DMA_Status (Results 1 – 2 of 2) sorted by relevance
773 while (time_before(jiffies, timeout) && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE)) { in dc390_DataOut_0()832 while (time_before(jiffies, timeout) && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE)) { in dc390_DataIn_0()890 bval = DC390_read8 (DMA_Status); in dc390_DataIn_0()1984 DC390_read8(DMA_Status), DC390_read32(DMA_ScsiBusCtrl)); in DEF_SCSI_QCMD()2421 dstate = DC390_read8(DMA_Status); in dc390_init_hw()2422 DC390_write8(DMA_Status, dstate); in dc390_init_hw()
511 #define DMA_Status 0x54 /* r */ macro