Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-mx6/
Dsys_proto.h13 #define USBPHY_PWD 0x00000000 macro
17 #define is_usbotg_phy_active(void) (!(readl(USB_PHY0_BASE_ADDR + USBPHY_PWD) & \
/external/u-boot/arch/arm/include/asm/mach-imx/
Dregs-usbphy.h14 #define USBPHY_PWD 0x00000000 macro
/external/u-boot/drivers/usb/host/
Dehci-mx6.c39 #define USBPHY_PWD 0x00000000 macro
162 writel(0, phy_reg + USBPHY_PWD); in usb_phy_enable()
Dehci-vf.c112 writel(0, phy_reg + USBPHY_PWD); in usb_phy_enable()