Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h217 SETFEATURES_WC_ON = 0x02, /* Enable write cache */ enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h402 SETFEATURES_WC_ON = 0x02, /* Enable 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.c1564 if (qc->tf.feature != SETFEATURES_WC_ON && 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.c4733 if (qc->tf.feature != SETFEATURES_WC_ON && in ata_qc_complete()