Searched refs:Q_TYPE_QH (Results 1 – 6 of 6) sorted by relevance
369 #define Q_TYPE_QH (1 << 1) macro375 (cpu_to_hc32(fotg210, (((u32)dma)&~0x01f)|Q_TYPE_QH))
341 #define Q_TYPE_QH (1 << 1) macro347 (cpu_to_hc32(ehci, (((u32) dma) & ~0x01f) | Q_TYPE_QH))
36 case Q_TYPE_QH: in periodic_next_shadow()54 case Q_TYPE_QH: in shadow_next_periodic()441 case Q_TYPE_QH: in tt_no_collision()544 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in qh_link_periodic()1726 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in itd_link()2471 case Q_TYPE_QH: in scan_isoc()
560 case Q_TYPE_QH: in fill_periodic_buffer()3282 case Q_TYPE_QH: in periodic_next_shadow()3296 case Q_TYPE_QH: in shadow_next_periodic()3345 case Q_TYPE_QH: in periodic_usecs()3421 case Q_TYPE_QH: in tt_no_collision()3505 if (type == cpu_to_hc32(fotg210, Q_TYPE_QH)) in qh_link_periodic()4338 if (type == cpu_to_hc32(fotg210, Q_TYPE_QH)) in itd_link()4636 case Q_TYPE_QH: in scan_frame_queue()
277 #define Q_TYPE_QH cpu_to_le32 (1 << 1) macro280 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH)2236 case Q_TYPE_QH: in periodic_next_shadow()2275 case Q_TYPE_QH: in periodic_usecs()2374 if (type == Q_TYPE_QH) in qh_link_periodic()2714 case Q_TYPE_QH: in scan_periodic()
665 case Q_TYPE_QH: in fill_periodic_buffer()
Completed in 817 milliseconds