Searched refs:Q_NEXT_TYPE (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-sched.c77 prev_p = periodic_next_shadow (prev_p, Q_NEXT_TYPE (*hw_p));
91 next_p = periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p));
110 switch (Q_NEXT_TYPE (*hw_p)) {
1252 type = Q_NEXT_TYPE (*hw_p);
1263 type = Q_NEXT_TYPE (q.qh->hw_next);
1277 type = Q_NEXT_TYPE (q.fstn->hw_next);
1289 type = Q_NEXT_TYPE (q.itd->hw_next);
1301 type = Q_NEXT_TYPE (q.itd->hw_next);
H A Dehci-dbg.c507 tag = Q_NEXT_TYPE (ehci->periodic [i]);
544 tag = Q_NEXT_TYPE (p.qh->hw_next);
552 tag = Q_NEXT_TYPE (p.fstn->hw_next);
558 tag = Q_NEXT_TYPE (p.itd->hw_next);
564 tag = Q_NEXT_TYPE (p.sitd->hw_next);
H A Dehci.h304 #define Q_NEXT_TYPE(dma) ((dma) & __constant_cpu_to_le32 (3 << 1)) macro
322 * Q_NEXT_TYPE to get the tag.

Completed in 101 milliseconds