Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Ddwc3-am62.c132 static inline u32 dwc3_ti_readl(struct dwc3_am62 *am62, u32 offset) in dwc3_ti_readl() argument
134 return readl((am62->usbss) + offset); in dwc3_ti_readl()
137 static inline void dwc3_ti_writel(struct dwc3_am62 *am62, u32 offset, u32 value) in dwc3_ti_writel() argument
139 writel(value, (am62->usbss) + offset); in dwc3_ti_writel()
142 static int phy_syscon_pll_refclk(struct dwc3_am62 *am62) in phy_syscon_pll_refclk() argument
144 struct device *dev = am62->dev; in phy_syscon_pll_refclk()
156 am62->syscon = syscon; in phy_syscon_pll_refclk()
163 am62->offset = args.args[0]; in phy_syscon_pll_refclk()
165 ret = regmap_update_bits(am62->syscon, am62->offset, PHY_PLL_REFCLK_MASK, am62->rate_code); in phy_syscon_pll_refclk()
178 struct dwc3_am62 *am62; in dwc3_ti_probe() local
[all …]
DMakefile45 obj-$(CONFIG_USB_DWC3_AM62) += dwc3-am62.o
/drivers/dma/ti/
DMakefile13 k3-psil-am62.o \