Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dide-internal.h336 #define IDE_RETRY_DMA 0x08 macro
345 ((_status) & IDE_RETRY_DMA)
361 return IDE_RETRY_DMA | IDE_RETRY_READ; in ide_dma_cmd_to_retry()
363 return IDE_RETRY_DMA; in ide_dma_cmd_to_retry()
365 return IDE_RETRY_DMA | IDE_RETRY_TRIM; in ide_dma_cmd_to_retry()
H A Dpci.c40 (IDE_RETRY_DMA | IDE_RETRY_PIO | \