Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dsata_mv.c186 GLOB_SFT_RST = (1 << 4), enumerator
3287 writel(t | GLOB_SFT_RST, reg); in mv6_reset_hc()
3290 } while (!(GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()
3292 if (!(GLOB_SFT_RST & t)) { in mv6_reset_hc()
3301 writel(t & ~(GLOB_SFT_RST | STOP_PCI_MASTER), reg); in mv6_reset_hc()
3304 } while ((GLOB_SFT_RST & t) && (i-- > 0)); in mv6_reset_hc()
3306 if (GLOB_SFT_RST & t) { in mv6_reset_hc()