Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci.h93 HOST_CAP_PMP = BIT(17), /* Port Multiplier support */ enumerator
H A Dacard-ahci.c398 if (hpriv->cap & HOST_CAP_PMP) in acard_ahci_init_one()
H A Dlibahci_platform.c708 if (hpriv->cap & HOST_CAP_PMP) in ahci_platform_init_host()
H A Dsata_highbank.c509 if (hpriv->cap & HOST_CAP_PMP) in ahci_highbank_probe()
H A Dlibahci.c496 if ((cap & HOST_CAP_PMP) && (hpriv->flags & AHCI_HFLAG_NO_PMP)) { in ahci_save_initial_config()
498 cap &= ~HOST_CAP_PMP; in ahci_save_initial_config()
2654 cap & HOST_CAP_PMP ? "pmp " : "", in ahci_print_info()
H A Dahci.c1937 if (hpriv->cap & HOST_CAP_PMP) in ahci_init_one()