Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-fsl.h50 #define UTMI_PHY_EN (1<<9) macro
H A Dehci-fsl.c215 tmp &= ~(CONTROL_REGISTER_W1C_MASK | UTMI_PHY_EN); in ehci_fsl_setup_phy()
257 tmp |= UTMI_PHY_EN; in ehci_fsl_setup_phy()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-fsl.c252 UTMI_PHY_EN); in ehci_fsl_init()
261 clrsetbits_be32(&ehci->control, UTMI_PHY_EN | in ehci_fsl_init()
/openbmc/u-boot/include/usb/
H A Dehci-ci.h52 #define UTMI_PHY_EN (1 << 9) macro
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c320 setbits_be32(&ehci->control, REFSEL_16MHZ | UTMI_PHY_EN); in cpu_init_f()