Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h302 #define HUB_STATUS_OVERCURRENT 0x0002 macro
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c800 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_OVERCURRENT) ? \ in usb_hub_configure()