Searched refs:HOST_CAP_64 (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.h156 HOST_CAP_64 = (1 << 31), /* PCI DAC (64-bit DMA) support */ enumerator in enum:__anon10738
H A Dlibahci.c395 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) {
398 cap &= ~HOST_CAP_64;
589 if (hpriv->cap & HOST_CAP_64)
594 if (hpriv->cap & HOST_CAP_64)
2154 cap & HOST_CAP_64 ? "64bit " : "",
H A Dahci.c1222 rc = ahci_configure_dma_masks(pdev, hpriv->cap & HOST_CAP_64);

Completed in 58 milliseconds