Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c87 reg &= ~SW_PIPEW_RESET_N; in sti_dwc3_glue_init()
100 setbits_le32(plat->glue_base + CLKRST_CTRL, SW_PIPEW_RESET_N); in sti_dwc3_glue_init()