Home
last modified time | relevance | path

Searched refs:TD_TO (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dfhci-tds.c40 #define TD_TO 0x0004 /* time out */ macro
48 #define TD_ERRORS (TD_NAK | TD_STAL | TD_TO | TD_UN | \
339 else if (td_status & TD_TO) in fhci_td_transaction_confirm()
482 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_bds()
541 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_actual_frame()
/Linux-v5.10/drivers/net/ethernet/dec/tulip/
Dde4x5.h782 #define TD_TO 0x00004000 /* Transmit Jabber Time-Out */ macro