Home
last modified time | relevance | path

Searched refs:is_usbotg_phy_active (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-mx6/
Dsys_proto.h17 #define is_usbotg_phy_active(void) (!(readl(USB_PHY0_BASE_ADDR + USBPHY_PWD) & \ macro
/external/u-boot/arch/arm/mach-imx/
Dspl.c44 if (is_usbotg_phy_active()) in spl_boot_device()