Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibahci_platform.c748 if (pi.flags & ATA_FLAG_EM) in ahci_platform_init_host()
759 if (ap->flags & ATA_FLAG_EM) in ahci_platform_init_host()
H A Dsata_highbank.c211 pi->flags |= ATA_FLAG_EM | ATA_FLAG_SW_ACTIVITY; in highbank_set_em_messages()
544 if (ap->flags & ATA_FLAG_EM) in ahci_highbank_probe()
H A Dlibahci.c323 if (!(ap->flags & ATA_FLAG_EM) || em_ctl & EM_CTL_XMT || in ahci_read_em_buffer()
380 if (!(ap->flags & ATA_FLAG_EM) || in ahci_store_em_buffer()
921 if (ap->flags & ATA_FLAG_EM) { in ahci_start_port()
2695 pi->flags |= ATA_FLAG_EM; in ahci_set_em_messages()
H A Dlibata-sata.c1195 if (ap->ops->em_store && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_store()
1207 if (ap->ops->em_show && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_show()
H A Dahci.c2083 if (pi.flags & ATA_FLAG_EM) in ahci_init_one()
2094 if (ap->flags & ATA_FLAG_EM) in ahci_init_one()
/linux/include/linux/
H A Dlibata.h243 ATA_FLAG_EM = (1 << 21), /* driver supports enclosure enumerator