Searched refs:DBGP_ERRCODE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h181 #define DBGP_ERRCODE(x) (((x)>>7)&0x07) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h176 #define DBGP_ERRCODE(x) (((x)>>7)&0x07) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c178 return (ctrl & DBGP_ERROR) ? -DBGP_ERRCODE(ctrl) : DBGP_LEN(ctrl);

Completed in 72 milliseconds