Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-disk.c528 if (drive->dev_flags & IDE_DFLAG_WCACHE) { in update_flush()
558 ide_devset_get_flag(wcache, IDE_DFLAG_WCACHE);
572 drive->dev_flags |= IDE_DFLAG_WCACHE; in set_wcache()
574 drive->dev_flags &= ~IDE_DFLAG_WCACHE; in set_wcache()
738 drive->dev_flags |= IDE_DFLAG_WCACHE; in ide_disk_setup()
754 (drive->dev_flags & IDE_DFLAG_WCACHE) == 0) in ide_disk_flush()
Dide-pm.c153 (drive->dev_flags & IDE_DFLAG_WCACHE) == 0) { in ide_start_power_step()
/Linux-v4.19/include/linux/
Dide.h509 IDE_DFLAG_WCACHE = (1 << 22), enumerator