Searched refs:TD_R (Results 1 - 8 of 8) 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 Dfhci-tds.c32 #define TD_R 0x8000 /* ready bit */ macro
304 if (!(!(td_status & TD_R) && ((td_status & ~TD_W) || buf)))
399 if (td_status & TD_R && in_be16(&td->length)) {
428 td_status = ((td_status & TD_W) | TD_R | TD_L | TD_I | TD_CNF);
487 if (td_status & TD_R)
488 out_be16(&td->status, (td_status & ~TD_R) | TD_TO);
547 if (td_status & TD_R) {
548 out_be16(&td->status, (td_status & ~TD_R) | TD_TO);
560 } while ((td_status & TD_R) || buf_ptr);
615 if (in_be16(&td->status) & TD_R)
[all...]
H A Dohci.h106 #define TD_R 0x00040000 /* round: short packets OK? */ macro
H A Dohci-q.c630 info |= TD_R;
652 info = TD_CC | TD_R | TD_T_DATA1;
815 * in that segment (TD_R clear), this ed halted because
H A Dohci-dbg.c314 (tmp & TD_R) ? "R" : "");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dfhci-tds.c32 #define TD_R 0x8000 /* ready bit */ macro
304 if (!(!(td_status & TD_R) && ((td_status & ~TD_W) || buf)))
399 if (td_status & TD_R && in_be16(&td->length)) {
428 td_status = ((td_status & TD_W) | TD_R | TD_L | TD_I | TD_CNF);
487 if (td_status & TD_R)
488 out_be16(&td->status, (td_status & ~TD_R) | TD_TO);
547 if (td_status & TD_R) {
548 out_be16(&td->status, (td_status & ~TD_R) | TD_TO);
560 } while ((td_status & TD_R) || buf_ptr);
615 if (in_be16(&td->status) & TD_R)
[all...]
H A Dohci.h106 #define TD_R 0x00040000 /* round: short packets OK? */ macro
H A Dohci-q.c630 info |= TD_R;
652 info = TD_CC | TD_R | TD_T_DATA1;
815 * in that segment (TD_R clear), this ed halted because
H A Dohci-dbg.c314 (tmp & TD_R) ? "R" : "");

Completed in 185 milliseconds