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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dahci.h201 AHCI_HFLAG_32BIT_ONLY = (1 << 3), /* force 32bit */ enumerator in enum:__anon26264
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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dahci.h201 AHCI_HFLAG_32BIT_ONLY = (1 << 3), /* force 32bit */ enumerator in enum:__anon14571
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 75 milliseconds