Home
last modified time | relevance | path

Searched refs:AHCI_HFLAG_32BIT_ONLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dahci_sunxi.c233 hpriv->flags = AHCI_HFLAG_32BIT_ONLY | AHCI_HFLAG_NO_MSI | in ahci_sunxi_probe()
H A Dahci.h216 AHCI_HFLAG_32BIT_ONLY = BIT(3), /* force 32bit */ enumerator
H A Dahci.c235 AHCI_HFLAG_32BIT_ONLY),
1888 hpriv->flags &= ~AHCI_HFLAG_32BIT_ONLY; in ahci_init_one()
H A Dlibahci.c481 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) { in ahci_save_initial_config()