Searched refs:QTD_STS_ACTIVE (Results 1 - 13 of 13) sorted by relevance

/drivers/usb/host/
H A Dehci.h305 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
314 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE)
H A Dfotg210.h376 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
385 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE)
H A Dfusbh200.h368 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
377 #define ACTIVE_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_ACTIVE)
H A Dehci-q.c348 if ((token & QTD_STS_ACTIVE) == 0) {
383 token |= QTD_STS_ACTIVE |
596 token = QTD_STS_ACTIVE;
1187 token = QTD_STS_ACTIVE;
H A Doxu210hp.h213 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
H A Dehci-dbg.c396 if (v & QTD_STS_ACTIVE)
H A Dfotg210-hcd.c366 if (v & QTD_STS_ACTIVE)
2413 if ((token & QTD_STS_ACTIVE) == 0) {
2449 token |= QTD_STS_ACTIVE |
2672 token = QTD_STS_ACTIVE;
H A Dfusbh200-hcd.c354 if (v & QTD_STS_ACTIVE)
2365 if ((token & QTD_STS_ACTIVE) == 0) {
2400 token |= QTD_STS_ACTIVE |
2622 token = QTD_STS_ACTIVE;
H A Doxu210hp-hcd.c1047 if ((token & QTD_STS_ACTIVE) == 0) {
1215 token = QTD_STS_ACTIVE;
/drivers/usb/host/whci/
H A Dwhci-hc.h56 #define QTD_STS_ACTIVE (1 << 31) /* enable execution of transaction */ macro
H A Dasl.c113 if (status & QTD_STS_ACTIVE)
H A Dpzl.c119 if (status & QTD_STS_ACTIVE)
H A Dqset.c211 status = QTD_STS_ACTIVE | QTD_STS_LEN(std->len);

Completed in 151 milliseconds