Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Data.h74 ATA_ID_CFS_ENABLE_1 = 85, enumerator
718 if ((id[ATA_ID_CFS_ENABLE_1] & (1 << 10)) == 0) in ata_id_hpa_enabled()
742 return id[ATA_ID_CFS_ENABLE_1] & (1 << 6); in ata_id_rahead_enabled()
749 return id[ATA_ID_CFS_ENABLE_1] & (1 << 5); in ata_id_wcache_enabled()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Ddrivetemp.c159 return id[ATA_ID_CFS_ENABLE_1] & BIT(0); in ata_id_smart_enabled()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dit821x.c487 id[ATA_ID_CFS_ENABLE_1] = 0; in it821x_quirkproc()