Home
last modified time | relevance | path

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

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