Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ide/
Dide-taskfile.c99 if ((cmd->tf_flags & IDE_TFLAG_DMA_PIO_FALLBACK) == 0) { in do_rw_taskfile()
Dide-disk.c166 cmd.tf_flags |= IDE_TFLAG_DMA_PIO_FALLBACK; in __ide_do_rw_disk()
/linux-4.1.27/include/linux/
Dide.h250 IDE_TFLAG_DMA_PIO_FALLBACK = (1 << 3), enumerator