Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ide/
Dide-disk.c167 cmd.tf_flags |= IDE_TFLAG_DMA_PIO_FALLBACK; in __ide_do_rw_disk()
Dide-taskfile.c101 if ((cmd->tf_flags & IDE_TFLAG_DMA_PIO_FALLBACK) == 0) { in do_rw_taskfile()
/Linux-v5.4/include/linux/
Dide.h295 IDE_TFLAG_DMA_PIO_FALLBACK = BIT(3), enumerator