Home
last modified time | relevance | path

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

/drivers/usb/host/
Doxu210hp.h176 #define DBGP_ERRCODE(x) (((x)>>7)&0x07) macro
/drivers/usb/early/
Dehci-dbgp.c182 return (ctrl & DBGP_ERROR) ? -DBGP_ERRCODE(ctrl) : DBGP_LEN(ctrl); in dbgp_wait_until_complete()