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