Searched refs:HOST_CAP_64 (Results 1 – 9 of 9) sorted by relevance
85 #define HOST_CAP_64 (1U << 31) /* PCI DAC (64-bit DMA) support */ macro
584 HOST_CAP_NCQ | HOST_CAP_AHCI | HOST_CAP_64; in ahci_reg_init()
102 HOST_CAP_64 = BIT(31), /* PCI DAC (64-bit DMA) support */ enumerator
438 DMA_BIT_MASK((hpriv->cap & HOST_CAP_64) ? 64 : 32)); in acard_ahci_init_one()
481 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) { in ahci_save_initial_config()483 cap &= ~HOST_CAP_64; in ahci_save_initial_config()750 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()755 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()2645 cap & HOST_CAP_64 ? "64bit " : "", in ahci_print_info()
750 if (hpriv->cap & HOST_CAP_64) { in ahci_platform_init_host()
512 if (hpriv->cap & HOST_CAP_64) in ahci_highbank_probe()
1050 if (hpriv->cap & HOST_CAP_64) { in ahci_configure_dma_masks()
326 if (readl(port->dd->mmio + HOST_CAP) & HOST_CAP_64) { in mtip_init_port()