Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlibata.h216 SETFEATURES_WC_ON = 0x02, /* Enable write cache */ enumerator
/openbmc/linux/include/linux/
H A Data.h408 SETFEATURES_WC_ON = 0x02, /* Enable write cache */ enumerator
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c3720 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()
H A Dlibata-core.c4910 if (qc->tf.feature != SETFEATURES_WC_ON && in ata_qc_complete()