HOST_CAP_ALPM     124 drivers/ata/ahci_brcm.c 	if (!(host_caps & HOST_CAP_ALPM))
HOST_CAP_ALPM     491 drivers/ata/libahci.c 	if (!(cap & HOST_CAP_ALPM) && (hpriv->flags & AHCI_HFLAG_YES_ALPM)) {
HOST_CAP_ALPM     493 drivers/ata/libahci.c 		cap |= HOST_CAP_ALPM;
HOST_CAP_ALPM     767 drivers/ata/libahci.c 	if (hpriv->cap & HOST_CAP_ALPM) {
HOST_CAP_ALPM    2485 drivers/ata/libahci.c 		cap & HOST_CAP_ALPM ? "pm " : "",