Searched refs:DBGP_ERRCODE (Results 1 – 3 of 3) sorted by relevance
183 #define DBGP_ERRCODE(x) (((x)>>7)&0x07) macro
176 #define DBGP_ERRCODE(x) (((x)>>7)&0x07) macro
178 return (ctrl & DBGP_ERROR) ? -DBGP_ERRCODE(ctrl) : DBGP_LEN(ctrl); in dbgp_wait_until_complete()