Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Data.h419 SETFEATURES_WC_OFF = 0x82, /* Disable write cache */ enumerator
/Linux-v4.19/drivers/ide/
Dide-disk.c569 arg ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF, 0); in set_wcache()
/Linux-v4.19/drivers/ata/
Dlibata-scsi.c3904 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()
Dlibata-core.c5307 qc->tf.feature != SETFEATURES_WC_OFF && in ata_qc_complete()