Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h504 static inline int ata_id_rahead_enabled(const u16 *id) in ata_id_rahead_enabled() function
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h738 static inline bool ata_id_rahead_enabled(const u16 *id) in ata_id_rahead_enabled() function
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-scsi.c2211 buf[12] |= (!ata_id_rahead_enabled(id) << 5); /* disable read ahead */ in ata_msense_caching()