Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-sched.c77 prev_p = periodic_next_shadow (prev_p, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()
91 next_p = periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()
110 switch (Q_NEXT_TYPE (*hw_p)) { in periodic_usecs()
1252 type = Q_NEXT_TYPE (*hw_p); in scan_periodic()
1263 type = Q_NEXT_TYPE (q.qh->hw_next); in scan_periodic()
1277 type = Q_NEXT_TYPE (q.fstn->hw_next); in scan_periodic()
1289 type = Q_NEXT_TYPE (q.itd->hw_next); in scan_periodic()
1301 type = Q_NEXT_TYPE (q.itd->hw_next); in scan_periodic()
Dehci-dbg.c507 tag = Q_NEXT_TYPE (ehci->periodic [i]); in show_periodic()
544 tag = Q_NEXT_TYPE (p.qh->hw_next); in show_periodic()
552 tag = Q_NEXT_TYPE (p.fstn->hw_next); in show_periodic()
558 tag = Q_NEXT_TYPE (p.itd->hw_next); in show_periodic()
564 tag = Q_NEXT_TYPE (p.sitd->hw_next); in show_periodic()
Dehci.h304 #define Q_NEXT_TYPE(dma) ((dma) & __constant_cpu_to_le32 (3 << 1)) macro