Lines Matching refs:t
3233 u32 t; in mv6_reset_hc() local
3238 t = readl(reg); in mv6_reset_hc()
3239 writel(t | STOP_PCI_MASTER, reg); in mv6_reset_hc()
3243 t = readl(reg); in mv6_reset_hc()
3244 if (PCI_MASTER_EMPTY & t) in mv6_reset_hc()
3247 if (!(PCI_MASTER_EMPTY & t)) { in mv6_reset_hc()
3256 writel(t | GLOB_SFT_RST, reg); in mv6_reset_hc()
3257 t = readl(reg); in mv6_reset_hc()
3259 } while (!(GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()
3261 if (!(GLOB_SFT_RST & t)) { in mv6_reset_hc()
3270 writel(t & ~(GLOB_SFT_RST | STOP_PCI_MASTER), reg); in mv6_reset_hc()
3271 t = readl(reg); in mv6_reset_hc()
3273 } while ((GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()
3275 if (GLOB_SFT_RST & t) { in mv6_reset_hc()