Searched refs:USB_ST_ACTIVE (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ | ||
D | usb_defs.h | 193 #define USB_ST_ACTIVE 0x1 /* TD is active */ macro |
/external/u-boot/common/ | ||
D | usb_storage.c | 353 (tmp & USB_ST_ACTIVE) ? "Active" : "", in display_int_status() |