Searched refs:HOST_CAP_PMP (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci_platform.c98 if (hpriv->cap & HOST_CAP_PMP)
H A Dahci.h147 HOST_CAP_PMP = (1 << 17), /* Port Multiplier support */ enumerator in enum:__anon10738
H A Dlibahci.c413 if ((cap & HOST_CAP_PMP) && (hpriv->flags & AHCI_HFLAG_NO_PMP)) {
416 cap &= ~HOST_CAP_PMP;
2163 cap & HOST_CAP_PMP ? "pmp " : "",
H A Dahci.c1153 if (hpriv->cap & HOST_CAP_PMP)

Completed in 94 milliseconds