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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 123 milliseconds