Searched refs:TD_R (Results 1 – 4 of 4) sorted by relevance
32 #define TD_R 0x8000 /* ready bit */ macro304 if (!(!(td_status & TD_R) && ((td_status & ~TD_W) || buf))) in fhci_td_transaction_confirm()399 if (td_status & TD_R && in_be16(&td->length)) { in fhci_host_transaction()428 td_status = ((td_status & TD_W) | TD_R | TD_L | TD_I | TD_CNF); in fhci_host_transaction()487 if (td_status & TD_R) in fhci_flush_bds()488 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_bds()547 if (td_status & TD_R) { in fhci_flush_actual_frame()548 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_actual_frame()560 } while ((td_status & TD_R) || buf_ptr); in fhci_flush_actual_frame()615 if (in_be16(&td->status) & TD_R) in fhci_host_transmit_actual_frame()
661 info |= TD_R; in td_submit_urb()697 info = TD_CC | TD_R | TD_T_DATA1; in td_submit_urb()
114 #define TD_R 0x00040000 /* round: short packets OK? */ macro
283 (tmp & TD_R) ? "R" : ""); in ohci_dump_td()