Searched refs:USBH_PLL_CONTROL1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/phy/broadcom/ |
D | phy-bcm63xx-usbh.c | 33 USBH_PLL_CONTROL1, enumerator 113 [USBH_PLL_CONTROL1] = 0x04, 138 [USBH_PLL_CONTROL1] = 0x18, 160 [USBH_PLL_CONTROL1] = -1, 185 [USBH_PLL_CONTROL1] = 0x18, 208 [USBH_PLL_CONTROL1] = 0x18, 321 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_on() 322 u32 val = usbh_readl(usbh, USBH_PLL_CONTROL1); in bcm63xx_usbh_phy_power_on() 327 usbh_writel(usbh, USBH_PLL_CONTROL1, val); in bcm63xx_usbh_phy_power_on() 337 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_off() [all …]
|