Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Data.h91 ATA_ID_CFS_ENABLE_2 = 86, enumerator
641 return id[ATA_ID_CFS_ENABLE_2] & (1 << 12); in ata_id_flush_enabled()
661 return (id[ATA_ID_CFS_ENABLE_2] & 0x2400) == 0x2400; in ata_id_flush_ext_enabled()
724 return id[ATA_ID_CFS_ENABLE_2] & (1 << 10); in ata_id_lba48_enabled()
773 if (!(id[ATA_ID_CFS_ENABLE_2] & (1 << 15))) in ata_id_has_read_log_dma_ext()
789 if (!(id[ATA_ID_CFS_ENABLE_2] & (1 << 15))) in ata_id_has_sense_reporting()
796 if (!(id[ATA_ID_CFS_ENABLE_2] & (1 << 15))) in ata_id_sense_reporting_enabled()
/Linux-v4.19/drivers/ide/
Dit821x.c471 id[ATA_ID_CFS_ENABLE_2] |= 0x0400; /* LBA48 on */ in it821x_quirkproc()
488 id[ATA_ID_CFS_ENABLE_2] &= 0xC400; in it821x_quirkproc()
Dide-eh.c271 int legacy = (drive->id[ATA_ID_CFS_ENABLE_2] & 0x0400) ? 0 : 1; in ide_disk_pre_reset()