Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_seattle.c67 .flags = AHCI_FLAG_COMMON | ATA_FLAG_EM | ATA_FLAG_SW_ACTIVITY,
H A Dlibahci_platform.c731 if (pi.flags & ATA_FLAG_EM) in ahci_platform_init_host()
742 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()
543 if (ap->flags & ATA_FLAG_EM) in ahci_highbank_probe()
H A Dlibata-sata.c970 if (ap->ops->em_store && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_store()
982 if (ap->ops->em_show && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_show()
H A Dlibahci.c322 if (!(ap->flags & ATA_FLAG_EM) || em_ctl & EM_CTL_XMT || in ahci_read_em_buffer()
379 if (!(ap->flags & ATA_FLAG_EM) || in ahci_store_em_buffer()
919 if (ap->flags & ATA_FLAG_EM) { in ahci_start_port()
2698 pi->flags |= ATA_FLAG_EM; in ahci_set_em_messages()
H A Dahci.c2004 if (pi.flags & ATA_FLAG_EM) in ahci_init_one()
2015 if (ap->flags & ATA_FLAG_EM) in ahci_init_one()
/openbmc/linux/include/linux/
H A Dlibata.h174 ATA_FLAG_EM = (1 << 21), /* driver supports enclosure enumerator