Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c390 reg = dwc3_readl(dwc, DWC3_GFLADJ); in dwc3_frame_length_adjustment()
395 dwc3_writel(dwc, DWC3_GFLADJ, reg); in dwc3_frame_length_adjustment()
458 reg = dwc3_readl(dwc, DWC3_GFLADJ); in dwc3_ref_clk_period()
469 dwc3_writel(dwc, DWC3_GFLADJ, reg); in dwc3_ref_clk_period()
H A Dcore.h154 #define DWC3_GFLADJ 0xc630 macro