Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/alchemy/common/
H A Dusb.c39 #define USBCFG_PPE (1 << 19) /* HS PHY PLL */ macro
334 __raw_writel(r | USBCFG_ECE | USBCFG_PPE, base + AU1200_USBCFG); in __au1200_ehci_control()
339 r &= ~USBCFG_PPE; /* yes: disable HS PHY PLL */ in __au1200_ehci_control()
350 __raw_writel(r | USBCFG_UCE | USBCFG_PPE, base + AU1200_USBCFG); in __au1200_udc_control()
354 r &= ~USBCFG_PPE; /* yes: disable HS PHY PLL */ in __au1200_udc_control()