Searched refs:HOST_CAP_64 (Results 1 – 7 of 7) sorted by relevance
117 HOST_CAP_64 = (1 << 31), /* PCI DAC (64-bit DMA) support */ enumerator
423 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) { in ahci_save_initial_config()425 cap &= ~HOST_CAP_64; in ahci_save_initial_config()626 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()631 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()2369 cap & HOST_CAP_64 ? "64bit " : "", in ahci_print_info()
489 rc = acard_ahci_configure_dma_masks(pdev, hpriv->cap & HOST_CAP_64); in acard_ahci_init_one()
571 if (hpriv->cap & HOST_CAP_64) { in ahci_platform_init_host()
524 if (hpriv->cap & HOST_CAP_64) in ahci_highbank_probe()
1574 rc = ahci_configure_dma_masks(pdev, hpriv->cap & HOST_CAP_64); in ahci_init_one()
418 if (readl(port->dd->mmio + HOST_CAP) & HOST_CAP_64) { in mtip_init_port()3795 u32 host_cap_64 = readl(dd->mmio + HOST_CAP) & HOST_CAP_64; in mtip_init_cmd()