Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-st.c37 #define CLKRST_CTRL 0x00 macro
175 u32 reg = st_dwc3_readl(dwc3_data->glue_base, CLKRST_CTRL); in st_dwc3_init()
179 st_dwc3_writel(dwc3_data->glue_base, CLKRST_CTRL, reg); in st_dwc3_init()
190 reg = st_dwc3_readl(dwc3_data->glue_base, CLKRST_CTRL); in st_dwc3_init()
192 st_dwc3_writel(dwc3_data->glue_base, CLKRST_CTRL, reg); in st_dwc3_init()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c84 reg = readl(plat->glue_base + CLKRST_CTRL); in sti_dwc3_glue_init()
89 writel(reg, plat->glue_base + CLKRST_CTRL); in sti_dwc3_glue_init()
100 setbits_le32(plat->glue_base + CLKRST_CTRL, SW_PIPEW_RESET_N); in sti_dwc3_glue_init()