Home
last modified time | relevance | path

Searched refs:HOST_CAP_64 (Results 1 – 7 of 7) sorted by relevance

/drivers/ata/
Dahci.h102 HOST_CAP_64 = BIT(31), /* PCI DAC (64-bit DMA) support */ enumerator
Dlibahci.c449 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) { in ahci_save_initial_config()
451 cap &= ~HOST_CAP_64; in ahci_save_initial_config()
693 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()
698 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()
2504 cap & HOST_CAP_64 ? "64bit " : "", in ahci_print_info()
Dacard-ahci.c444 DMA_BIT_MASK((hpriv->cap & HOST_CAP_64) ? 64 : 32)); in acard_ahci_init_one()
Dlibahci_platform.c685 if (hpriv->cap & HOST_CAP_64) { in ahci_platform_init_host()
Dsata_highbank.c513 if (hpriv->cap & HOST_CAP_64) in ahci_highbank_probe()
Dahci.c972 if (hpriv->cap & HOST_CAP_64) { in ahci_configure_dma_masks()
/drivers/block/mtip32xx/
Dmtip32xx.c338 if (readl(port->dd->mmio + HOST_CAP) & HOST_CAP_64) { in mtip_init_port()