Home
last modified time | relevance | path

Searched refs:HOST_CAP_64 (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h103 HOST_CAP_64 = BIT(31), /* PCI DAC (64-bit DMA) support */ enumerator
H A Dlibahci.c448 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) { in ahci_save_initial_config()
450 cap &= ~HOST_CAP_64; in ahci_save_initial_config()
692 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()
697 if (hpriv->cap & HOST_CAP_64) in ahci_start_fis_rx()
2488 cap & HOST_CAP_64 ? "64bit " : "", in ahci_print_info()
H A Dacard-ahci.c444 DMA_BIT_MASK((hpriv->cap & HOST_CAP_64) ? 64 : 32)); in acard_ahci_init_one()
H A Dlibahci_platform.c652 if (hpriv->cap & HOST_CAP_64) { in ahci_platform_init_host()
H A Dsata_highbank.c513 if (hpriv->cap & HOST_CAP_64) in ahci_highbank_probe()
H A Dahci.c1931 rc = ahci_configure_dma_masks(pdev, hpriv->cap & HOST_CAP_64); in ahci_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c481 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()
2653 cap & HOST_CAP_64 ? "64bit " : "", in ahci_print_info()
H A Dahci.h102 HOST_CAP_64 = BIT(31), /* PCI DAC (64-bit DMA) support */ enumerator
H A Dacard-ahci.c438 DMA_BIT_MASK((hpriv->cap & HOST_CAP_64) ? 64 : 32)); in acard_ahci_init_one()
H A Dlibahci_platform.c750 if (hpriv->cap & HOST_CAP_64) { in ahci_platform_init_host()
H A Dsata_highbank.c511 if (hpriv->cap & HOST_CAP_64) in ahci_highbank_probe()
H A Dahci.c970 if (hpriv->cap & HOST_CAP_64) { in ahci_configure_dma_masks()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c338 if (readl(port->dd->mmio + HOST_CAP) & HOST_CAP_64) { in mtip_init_port()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c326 if (readl(port->dd->mmio + HOST_CAP) & HOST_CAP_64) { in mtip_init_port()

Completed in 36 milliseconds