Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-st.c39 #define SW_PIPEW_RESET_N BIT(4) macro
178 reg &= ~SW_PIPEW_RESET_N; in st_dwc3_init()
191 reg |= SW_PIPEW_RESET_N; in st_dwc3_init()
/openbmc/u-boot/include/
H A Ddwc3-sti-glue.h13 #define SW_PIPEW_RESET_N BIT(4) macro
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c88 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()