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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x.h203 #define PTD_GET_DIR(p) (((p)->len & PTD_DIR_MSK) >> 10) macro
554 switch(PTD_GET_DIR(ptd)){ \
578 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
590 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
H A Disp1362.h416 #define PTD_GET_DIR(p) (((p)->len & PTD_DIR_MSK) >> 10) macro
1011 PTD_GET_CC(ptd), PTD_GET_EP(ptd), PTD_GET_DIR(ptd),
1021 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
1031 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
H A Disp1362-hcd.c355 int len = PTD_GET_DIR(ptd) == PTD_DIR_IN ? 0 : ep->length;
385 if (PTD_GET_DIR(ptd) != PTD_DIR_IN || act_len == 0)

Completed in 60 milliseconds