Home
last modified time | relevance | path

Searched refs:IDE_DFLAG_NIEN_QUIRK (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-iops.c311 drive->dev_flags |= IDE_DFLAG_NIEN_QUIRK; in ide_check_nien_quirk_list()
387 if (drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) in ide_config_drive_speed()
H A Dide-eh.c414 ((drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) ? 0 : ATA_NIEN) | in do_reset1()
H A Dide-io.c501 (cur_dev->dev_flags & IDE_DFLAG_NIEN_QUIRK) == 0) in ide_issue_rq()
H A Dhpt366.c664 if ((drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) == 0) in hpt3xx_maskproc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h524 IDE_DFLAG_NIEN_QUIRK = BIT(31), enumerator