Home
last modified time | relevance | path

Searched refs:usbphyc (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/phy/st/
Dphy-stm32-usbphyc.c60 struct stm32_usbphyc *usbphyc; member
113 static int stm32_usbphyc_pll_init(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_pll_init() argument
116 u32 clk_rate = clk_get_rate(usbphyc->clk); in stm32_usbphyc_pll_init()
122 dev_err(usbphyc->dev, "input clk freq (%dHz) out of range\n", in stm32_usbphyc_pll_init()
136 writel_relaxed(usbphyc_pll, usbphyc->base + STM32_USBPHYC_PLL); in stm32_usbphyc_pll_init()
138 dev_dbg(usbphyc->dev, "input clk freq=%dHz, ndiv=%lu, frac=%lu\n", in stm32_usbphyc_pll_init()
145 static bool stm32_usbphyc_has_one_phy_active(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_has_one_phy_active() argument
149 for (i = 0; i < usbphyc->nphys; i++) in stm32_usbphyc_has_one_phy_active()
150 if (usbphyc->phys[i]->active) in stm32_usbphyc_has_one_phy_active()
156 static int stm32_usbphyc_pll_enable(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_pll_enable() argument
[all …]
DMakefile5 obj-$(CONFIG_PHY_STM32_USBPHYC) += phy-stm32-usbphyc.o
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dphy-stm32-usbphyc.txt23 - compatible: must be "st,stm32mp1-usbphyc"
50 usbphyc: usb-phy@5a006000 {
51 compatible = "st,stm32mp1-usbphyc";
/Linux-v4.19/arch/arm/boot/dts/
Dstm32mp157c-ev1.dts151 &usbphyc {
Dstm32mp157c.dtsi1045 usbphyc: usbphyc@5a006000 { label
1048 compatible = "st,stm32mp1-usbphyc";