Home
last modified time | relevance | path

Searched refs:ATA_FLAG_EM (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/ata/
Dlibahci_platform.c552 if (pi.flags & ATA_FLAG_EM) in ahci_platform_init_host()
563 if (ap->flags & ATA_FLAG_EM) in ahci_platform_init_host()
Dsata_highbank.c225 pi->flags |= ATA_FLAG_EM | ATA_FLAG_SW_ACTIVITY; in highbank_set_em_messages()
556 if (ap->flags & ATA_FLAG_EM) in ahci_highbank_probe()
Dlibahci.c283 if (!(ap->flags & ATA_FLAG_EM) || em_ctl & EM_CTL_XMT || in ahci_read_em_buffer()
337 if (!(ap->flags & ATA_FLAG_EM) || in ahci_store_em_buffer()
785 if (ap->flags & ATA_FLAG_EM) { in ahci_start_port()
2414 pi->flags |= ATA_FLAG_EM; in ahci_set_em_messages()
Dahci.c1547 if (pi.flags & ATA_FLAG_EM) in ahci_init_one()
1558 if (ap->flags & ATA_FLAG_EM) in ahci_init_one()
Dlibata-scsi.c286 if (ap->ops->em_store && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_store()
298 if (ap->ops->em_show && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_show()
/linux-4.1.27/include/linux/
Dlibata.h230 ATA_FLAG_EM = (1 << 21), /* driver supports enclosure enumerator