Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci.h216 AHCI_HFLAG_32BIT_ONLY = BIT(3), /* force 32bit */ enumerator
H A Dlibahci.c481 if ((cap & HOST_CAP_64) && (hpriv->flags & AHCI_HFLAG_32BIT_ONLY)) { in ahci_save_initial_config()