Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Data.h402 SETFEATURES_WC_ON = 0x02, /* Enable write cache */ enumerator
/kernel/linux/linux-5.10/drivers/ide/
Dide-disk.c568 arg ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF, 0); in set_wcache()
/kernel/linux/linux-5.10/drivers/ata/
Dlibata-scsi.c3650 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()
Dlibata-core.c4733 if (qc->tf.feature != SETFEATURES_WC_ON && in ata_qc_complete()