Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-rcar-usb.c57 #define PHY_ENB (1 << 0) macro
102 iowrite32(PHY_ENB, (reg0 + USBPCTRL1)); in rcar_usb_phy_init()
105 iowrite32(PHY_ENB | PLL_ENB, (reg0 + USBPCTRL1)); in rcar_usb_phy_init()
130 iowrite32(PHY_ENB | PLL_ENB | PHY_RST, (reg0 + USBPCTRL1)); in rcar_usb_phy_init()
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7786.c431 #define PHY_ENB 0x00000001 macro
454 __raw_writel(PHY_ENB | PLL_ENB, USBPCTL1); in sh7786_usb_setup()
458 __raw_writel(PHY_ENB | PLL_ENB | PHY_RST, USBPCTL1); in sh7786_usb_setup()