Searched refs:SW_PIPEW_RESET_N (Results 1 – 3 of 3) sorted by relevance
39 #define SW_PIPEW_RESET_N BIT(4) macro178 reg &= ~SW_PIPEW_RESET_N; in st_dwc3_init()191 reg |= SW_PIPEW_RESET_N; in st_dwc3_init()
88 reg &= ~SW_PIPEW_RESET_N; in sti_dwc3_glue_init()101 setbits_le32(plat->glue_base + CLKRST_CTRL, SW_PIPEW_RESET_N); in sti_dwc3_glue_init()
13 #define SW_PIPEW_RESET_N BIT(4) macro