Home
last modified time | relevance | path

Searched refs:USBPHY_PWD (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dsys_proto.h13 #define USBPHY_PWD 0x00000000 macro
17 #define is_usbotg_phy_active(void) (!(readl(USB_PHY0_BASE_ADDR + USBPHY_PWD) & \
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dregs-usbphy.h14 #define USBPHY_PWD 0x00000000 macro
/openbmc/qemu/hw/usb/
H A Dimx-usb-phy.c31 s->usbphy[USBPHY_PWD] = 0x001e1c00; in imx_usbphy_softreset()
121 case USBPHY_PWD: in imx_usbphy_write()
/openbmc/qemu/include/hw/usb/
H A Dimx-usb-phy.h9 USBPHY_PWD, enumerator
/openbmc/u-boot/drivers/usb/host/
H A Dehci-mx6.c39 #define USBPHY_PWD 0x00000000 macro
162 writel(0, phy_reg + USBPHY_PWD); in usb_phy_enable()
H A Dehci-vf.c112 writel(0, phy_reg + USBPHY_PWD); in usb_phy_enable()