Searched refs:AHCI_HFLAG_32BIT_ONLY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci.h245 AHCI_HFLAG_32BIT_ONLY = (1 << 3), /* force 32bit */ enumerator in enum:__anon10738
H A Dahci.c188 AHCI_HFLAG_32BIT_ONLY),
1130 hpriv->flags &= ~AHCI_HFLAG_32BIT_ONLY;
H A Dlibahci.c395 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) {

Completed in 134 milliseconds