Searched refs:ATA_ID_CFS_ENABLE_2 (Results 1 – 1 of 1) sorted by relevance
75 ATA_ID_CFS_ENABLE_2 = 86, enumerator626 return id[ATA_ID_CFS_ENABLE_2] & (1 << 12); in ata_id_flush_enabled()646 return (id[ATA_ID_CFS_ENABLE_2] & 0x2400) == 0x2400; in ata_id_flush_ext_enabled()709 return id[ATA_ID_CFS_ENABLE_2] & (1 << 10); in ata_id_lba48_enabled()758 if (!(id[ATA_ID_CFS_ENABLE_2] & (1 << 15))) in ata_id_has_read_log_dma_ext()774 if (!(id[ATA_ID_CFS_ENABLE_2] & (1 << 15))) in ata_id_has_sense_reporting()781 if (!(id[ATA_ID_CFS_ENABLE_2] & (1 << 15))) in ata_id_sense_reporting_enabled()
Completed in 6 milliseconds