Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h161 #define HUB_STATUS_OVERCURRENT 0x0002 macro
H A DdrvHub.c2507 (hubstatus & HUB_STATUS_OVERCURRENT) ? "" : "no "); in hub_configure()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h140 #define HUB_STATUS_OVERCURRENT 0x0002 macro
H A DdrvHub.c397 ms_usbhost_debug("%s over-current exists\n",(hubstatus & HUB_STATUS_OVERCURRENT) ? "" : "No"); in ms_hub_configure()