Home
last modified time | relevance | path

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

/external/u-boot/include/
Dusb_defs.h193 #define USB_ST_ACTIVE 0x1 /* TD is active */ macro
/external/u-boot/common/
Dusb_storage.c353 (tmp & USB_ST_ACTIVE) ? "Active" : "", in display_int_status()