Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-disk.c167 cmd.tf_flags |= IDE_TFLAG_DMA_PIO_FALLBACK; in __ide_do_rw_disk()
Dide-taskfile.c100 if ((cmd->tf_flags & IDE_TFLAG_DMA_PIO_FALLBACK) == 0) { in do_rw_taskfile()
/Linux-v4.19/include/linux/
Dide.h294 IDE_TFLAG_DMA_PIO_FALLBACK = (1 << 3), enumerator