Searched refs:SATA_HOST_GHC_HR (Results 1 – 2 of 2) sorted by relevance
125 if ((tmp & SATA_HOST_GHC_HR) == 0) in ahci_host_init()126 writel_with_flush(tmp | SATA_HOST_GHC_HR, &host_mmio->ghc); in ahci_host_init()128 while ((readl(&host_mmio->ghc) & SATA_HOST_GHC_HR) && --timeout) in ahci_host_init()919 setbits_le32(&host_mmio->ghc, SATA_HOST_GHC_HR); in reset_sata()920 while (readl(&host_mmio->ghc) & SATA_HOST_GHC_HR) in reset_sata()987 setbits_le32(&host_mmio->ghc, SATA_HOST_GHC_HR); in dwc_ahsata_bus_reset()988 while (readl(&host_mmio->ghc) & SATA_HOST_GHC_HR) in dwc_ahsata_bus_reset()
47 #define SATA_HOST_GHC_HR 0x00000001 macro