Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Drza.c41 usbhs_bset(priv, SYSCFG, UPLLE, UPLLE); in usbhs_rza1_hardware_init()
H A Dcommon.h115 #define UPLLE (1 << 1) /* USB PLL Enable for RZ/A1 */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c107 setbits(le16, R8A66597_BASE0, UPLLE); in r8a66597_clock_enable()
129 clrbits(le16, R8A66597_BASE0, UPLLE); in r8a66597_clock_disable()
H A Dr8a66597.h111 #define UPLLE 0x0002 /* b1: internal PLL control */ macro