Searched refs:DMA_Status (Results 1 – 2 of 2) sorted by relevance
772 while (time_before(jiffies, timeout) && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE)) { in dc390_DataOut_0()831 while (time_before(jiffies, timeout) && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE)) { in dc390_DataIn_0()889 bval = DC390_read8 (DMA_Status); in dc390_DataIn_0()1982 DC390_read8(DMA_Status), DC390_read32(DMA_ScsiBusCtrl)); in dc390_dumpinfo()2420 dstate = DC390_read8(DMA_Status); in dc390_init_hw()2421 DC390_write8(DMA_Status, dstate); in dc390_init_hw()
511 #define DMA_Status 0x54 /* r */ macro