Searched refs:TD_R (Results 1 – 4 of 4) sorted by relevance
28 #define TD_R 0x8000 /* ready bit */ macro300 if (!(!(td_status & TD_R) && ((td_status & ~TD_W) || buf))) in fhci_td_transaction_confirm()395 if (td_status & TD_R && in_be16(&td->length)) { in fhci_host_transaction()424 td_status = ((td_status & TD_W) | TD_R | TD_L | TD_I | TD_CNF); in fhci_host_transaction()481 if (td_status & TD_R) in fhci_flush_bds()482 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_bds()540 if (td_status & TD_R) { in fhci_flush_actual_frame()541 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_actual_frame()553 } while ((td_status & TD_R) || buf_ptr); in fhci_flush_actual_frame()608 if (in_be16(&td->status) & TD_R) in fhci_host_transmit_actual_frame()
115 #define TD_R 0x00040000 /* round: short packets OK? */ macro
662 info |= TD_R; in td_submit_urb()698 info = TD_CC | TD_R | TD_T_DATA1; in td_submit_urb()
284 (tmp & TD_R) ? "R" : ""); in ohci_dump_td()