Searched refs:GLOB_SFT_RST (Results 1 – 1 of 1) sorted by relevance
199 GLOB_SFT_RST = (1 << 4), enumerator3304 writel(t | GLOB_SFT_RST, reg); in mv6_reset_hc()3307 } while (!(GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()3309 if (!(GLOB_SFT_RST & t)) { in mv6_reset_hc()3318 writel(t & ~(GLOB_SFT_RST | STOP_PCI_MASTER), reg); in mv6_reset_hc()3321 } while ((GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()3323 if (GLOB_SFT_RST & t) { in mv6_reset_hc()