Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h93 HOST_CAP_PMP = (1 << 17), /* Port Multiplier support */ enumerator
H A Dacard-ahci.c404 if (hpriv->cap & HOST_CAP_PMP) in acard_ahci_init_one()
H A Dlibahci_platform.c610 if (hpriv->cap & HOST_CAP_PMP) in ahci_platform_init_host()
H A Dsata_highbank.c510 if (hpriv->cap & HOST_CAP_PMP) in ahci_highbank_probe()
H A Dlibahci.c463 if ((cap & HOST_CAP_PMP) && (hpriv->flags & AHCI_HFLAG_NO_PMP)) { in ahci_save_initial_config()
465 cap &= ~HOST_CAP_PMP; in ahci_save_initial_config()
2496 cap & HOST_CAP_PMP ? "pmp " : "", in ahci_print_info()
H A Dahci.c1815 if (hpriv->cap & HOST_CAP_PMP) in ahci_init_one()