Searched refs:ATA_FLAG_NO_LPM (Results 1 – 4 of 4) sorted by relevance
32 .flags = AHCI_FLAG_COMMON | ATA_FLAG_NO_LPM,
912 if ((ap->flags & ATA_FLAG_NO_LPM) || !ap->ops->set_lpm) in ata_scsi_lpm_supported()
2960 if (ap->flags & ATA_FLAG_NO_LPM) { in ata_dev_config_lpm()
231 ATA_FLAG_NO_LPM = (1 << 2), /* host not happy with LPM */ enumerator