Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h218 SETFEATURES_WC_OFF = 0x82, /* Disable write cache */ enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h403 SETFEATURES_WC_OFF = 0x82, /* Disable write cache */ enumerator
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-disk.c568 arg ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF, 0); in set_wcache()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c1565 qc->tf.feature != SETFEATURES_WC_OFF) in ata_qc_complete()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-scsi.c3632 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()
H A Dlibata-core.c4734 qc->tf.feature != SETFEATURES_WC_OFF && in ata_qc_complete()