Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_mv.c186 GLOB_SFT_RST = (1 << 4), enumerator
3289 writel(t | GLOB_SFT_RST, reg); in mv6_reset_hc()
3292 } while (!(GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()
3294 if (!(GLOB_SFT_RST & t)) { in mv6_reset_hc()
3303 writel(t & ~(GLOB_SFT_RST | STOP_PCI_MASTER), reg); in mv6_reset_hc()
3306 } while ((GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()
3308 if (GLOB_SFT_RST & t) { in mv6_reset_hc()