Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dacard-ahci.c400 if (hpriv->cap & HOST_CAP_PMP) in acard_ahci_init_one()
H A Dahci.h93 HOST_CAP_PMP = BIT(17), /* Port Multiplier support */ enumerator
H A Dsata_highbank.c509 if (hpriv->cap & HOST_CAP_PMP) in ahci_highbank_probe()
H A Dlibahci_platform.c725 if (hpriv->cap & HOST_CAP_PMP) in ahci_platform_init_host()
H A Dlibahci.c497 if ((cap & HOST_CAP_PMP) && (hpriv->flags & AHCI_HFLAG_NO_PMP)) { in ahci_save_initial_config()
499 cap &= ~HOST_CAP_PMP; in ahci_save_initial_config()
2659 cap & HOST_CAP_PMP ? "pmp " : "", in ahci_print_info()
H A Dahci.c2032 if (hpriv->cap & HOST_CAP_PMP) in ahci_init_one()