Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
Dide-disk.c527 if (drive->dev_flags & IDE_DFLAG_WCACHE) { in update_flush()
557 ide_devset_get_flag(wcache, IDE_DFLAG_WCACHE);
571 drive->dev_flags |= IDE_DFLAG_WCACHE; in set_wcache()
573 drive->dev_flags &= ~IDE_DFLAG_WCACHE; in set_wcache()
737 drive->dev_flags |= IDE_DFLAG_WCACHE; in ide_disk_setup()
750 (drive->dev_flags & IDE_DFLAG_WCACHE) == 0) in ide_disk_flush()
Dide-pm.c140 (drive->dev_flags & IDE_DFLAG_WCACHE) == 0) { in ide_start_power_step()
/kernel/linux/linux-5.10/include/linux/
Dide.h510 IDE_DFLAG_WCACHE = BIT(22), enumerator