Searched refs:usbphyc (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/phy/st/ |
| H A D | phy-stm32-usbphyc.c | 60 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 …]
|
| H A D | Makefile | 6 obj-$(CONFIG_PHY_STM32_USBPHYC) += phy-stm32-usbphyc.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-stm32-usbphyc.txt | 23 - compatible: must be "st,stm32mp1-usbphyc" 50 usbphyc: usb-phy@5a006000 { 51 compatible = "st,stm32mp1-usbphyc";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp15xx-dhcom-drc02.dtsi | 155 &usbphyc {
|
| H A D | stm32mp157a-stinger96.dtsi | 325 &usbphyc {
|
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 298 &usbphyc {
|
| H A D | stm32mp157c-ev1.dts | 374 &usbphyc {
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 387 &usbphyc {
|
| H A D | stm32mp151.dtsi | 1472 usbphyc: usbphyc@5a006000 { label 1475 compatible = "st,stm32mp1-usbphyc";
|
| H A D | stm32mp15xx-dkx.dtsi | 653 &usbphyc {
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | stm32mp157a-dk1.dts | 277 &usbphyc {
|