Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dregs-usbphy.h12 #define USBPHY_CTRL_CLR 0x00000038 macro
/openbmc/qemu/hw/usb/
H A Dimx-usb-phy.c72 case USBPHY_CTRL_CLR: in imx_usbphy_read()
150 case USBPHY_CTRL_CLR: in imx_usbphy_write()
/openbmc/qemu/include/hw/usb/
H A Dimx-usb-phy.h23 USBPHY_CTRL_CLR, enumerator
/openbmc/u-boot/drivers/usb/host/
H A Dehci-mx6.c36 #define USBPHY_CTRL_CLR 0x00000038 macro
80 phy_reg += on ? USBPHY_CTRL_CLR : USBPHY_CTRL_SET; in usb_internal_phy_clock_gate()