Home
last modified time | relevance | path

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

/linux-6.12.1/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()