Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfotg210.h326 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
335 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE)
Dehci-q.c359 if ((token & QTD_STS_ACTIVE) == 0) { in qh_completions()
394 token |= QTD_STS_ACTIVE | in qh_completions()
607 token = QTD_STS_ACTIVE; in qh_urb_transaction()
1198 token = QTD_STS_ACTIVE; in submit_single_step_set_feature()
Dehci.h306 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
315 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE)
Doxu210hp.h213 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
Dfotg210-hcd.c354 if (v & QTD_STS_ACTIVE) in token_mark()
2338 if ((token & QTD_STS_ACTIVE) == 0) { in qh_completions()
2373 token |= QTD_STS_ACTIVE | in qh_completions()
2586 token = QTD_STS_ACTIVE; in qh_urb_transaction()
Dehci-dbg.c396 if (v & QTD_STS_ACTIVE) in token_mark()
Doxu210hp-hcd.c1047 if ((token & QTD_STS_ACTIVE) == 0) { in qh_completions()
1215 token = QTD_STS_ACTIVE; in qh_urb_transaction()
/drivers/usb/host/whci/
Dwhci-hc.h56 #define QTD_STS_ACTIVE (1 << 31) /* enable execution of transaction */ macro
Dasl.c113 if (status & QTD_STS_ACTIVE) in process_qset()
Dpzl.c119 if (status & QTD_STS_ACTIVE) in pzl_process_qset()
Dqset.c211 status = QTD_STS_ACTIVE | QTD_STS_LEN(std->len); in qset_add_qtds()