Home
last modified time | relevance | path

Searched refs:BM_STATUS_ERR (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/storage/ide/uniata/
H A Did_dma.cpp673 (BM_STATUS_INTR | BM_STATUS_ERR) /*| in AtapiDmaStart()
744 AtapiWritePort1(chan, IDX_BM_Status, BM_STATUS_ERR | BM_STATUS_INTR); in AtapiDmaDone()
H A Dbsmaster.h143 #define BM_STATUS_ERR 0x02 macro
H A Did_ata.cpp4749 AtapiWritePort1(chan, IDX_BM_Status, dma_status & ~BM_STATUS_ERR); in AtapiCheckInterrupt__()
4816 if(dma_status & BM_STATUS_ERR) { in AtapiCheckInterrupt__()
5430 (dma_status & BM_STATUS_ERR)) {