Searched refs:HOST_CAP_64 (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.h112 HOST_CAP_64 = (1 << 31), /* PCI DAC (64-bit DMA) support */ enumerator in enum:__anon26264
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dahci.h112 HOST_CAP_64 = (1 << 31), /* PCI DAC (64-bit DMA) support */ enumerator in enum:__anon14571
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 372 milliseconds