Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-rcar-usb.c56 #define PLL_ENB (1 << 1) macro
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.1.27/sound/pci/ctxfi/
Dct20k2reg.h34 #define PLL_ENB 0x1B7088 macro
Dcthw20k2.c1319 hw_write_20kx(hw, PLL_ENB, pllenb); in hw_pll_init()
2100 data = hw_read_20kx(hw, PLL_ENB); in hw_card_stop()
2101 hw_write_20kx(hw, PLL_ENB, (data & (~0x07))); in hw_card_stop()
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7786.c432 #define PLL_ENB 0x00000002 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()