Home
last modified time | relevance | path

Searched refs:PC_FLAG_DMA_OK (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
Dide-atapi.c687 if (pc->flags & PC_FLAG_DMA_OK) { in ide_transfer_pc()
732 if (pc->flags & PC_FLAG_DMA_OK) in ide_issue_pc()
736 pc->flags &= ~PC_FLAG_DMA_OK; in ide_issue_pc()
Dide-floppy.c214 pc->flags |= PC_FLAG_DMA_OK; in idefloppy_create_rw_cmd()
224 pc->flags |= PC_FLAG_DMA_OK; in idefloppy_blockpc_cmd()
Dide-tape.c555 pc->flags |= PC_FLAG_DMA_OK; in ide_tape_create_rw_cmd()
/kernel/linux/linux-5.10/include/linux/
Dide.h363 PC_FLAG_DMA_OK = BIT(3), enumerator