Home
last modified time | relevance | path

Searched refs:GLOB_SFT_RST (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dsata_mv.c186 GLOB_SFT_RST = (1 << 4), enumerator
3256 writel(t | GLOB_SFT_RST, 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()
3273 } while ((GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()
3275 if (GLOB_SFT_RST & t) { in mv6_reset_hc()