Home
last modified time | relevance | path

Searched refs:ata_id_wcache_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Data.h723 static inline bool ata_id_wcache_enabled(const u16 *id) in ata_id_wcache_enabled() function
H A Dlibata.h1901 return ata_id_wcache_enabled(dev->id) || in ata_try_flush_cache()
/linux/drivers/ata/
H A Dlibata-scsi.c2213 buf[2] |= (ata_id_wcache_enabled(id) << 2); /* write cache enable */ in ata_msense_caching()