Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
Dide-tape.c681 pc->flags |= PC_FLAG_WAIT_FOR_DSC; in idetape_create_write_filemark_cmd()
777 pc->flags |= PC_FLAG_WAIT_FOR_DSC; in idetape_create_locate_cmd()
902 pc->flags |= PC_FLAG_WAIT_FOR_DSC; in idetape_create_rewind_cmd()
910 pc->flags |= PC_FLAG_WAIT_FOR_DSC; in idetape_create_erase_cmd()
919 pc->flags |= PC_FLAG_WAIT_FOR_DSC; in idetape_create_space_cmd()
Dide-atapi.c138 pc.flags |= PC_FLAG_WAIT_FOR_DSC; in ide_do_start_stop()
492 if ((pc->flags & PC_FLAG_WAIT_FOR_DSC) && (stat & ATA_DSC) == 0) in ide_pc_intr()
/kernel/linux/linux-5.10/include/linux/
Dide.h362 PC_FLAG_WAIT_FOR_DSC = BIT(2), enumerator