Searched refs:AHCI_HBA_GHC_HR (Results 1 – 2 of 2) sorted by relevance
85 #define AHCI_HBA_GHC_HR (0x1 << 0) /* HBA Reset */ macro
5712 ghc_control |= AHCI_HBA_GHC_HR; in ahci_hba_reset()5734 } while (ghc_control & AHCI_HBA_GHC_HR); in ahci_hba_reset()5740 if (ghc_control & AHCI_HBA_GHC_HR) { in ahci_hba_reset()