Searched refs:USBH_PLL_CONTROL1 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/phy/broadcom/ |
H A D | phy-bcm63xx-usbh.c | 34 USBH_PLL_CONTROL1, enumerator 114 [USBH_PLL_CONTROL1] = 0x04, 139 [USBH_PLL_CONTROL1] = 0x18, 161 [USBH_PLL_CONTROL1] = -1, 186 [USBH_PLL_CONTROL1] = 0x18, 209 [USBH_PLL_CONTROL1] = 0x18, 322 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_on() 323 u32 val = usbh_readl(usbh, USBH_PLL_CONTROL1); in bcm63xx_usbh_phy_power_on() 328 usbh_writel(usbh, USBH_PLL_CONTROL1, val); in bcm63xx_usbh_phy_power_on() 338 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_off() [all …]
|