Lines Matching defs:hw_p
66 __hc32 *hw_p = &ehci->periodic[frame];
72 Q_NEXT_TYPE(ehci, *hw_p));
73 hw_p = shadow_next_periodic(ehci, &here,
74 Q_NEXT_TYPE(ehci, *hw_p));
85 Q_NEXT_TYPE(ehci, *hw_p));
88 *shadow_next_periodic(ehci, &here, Q_NEXT_TYPE(ehci, *hw_p))
90 *hw_p = *shadow_next_periodic(ehci, &here,
91 Q_NEXT_TYPE(ehci, *hw_p));
93 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
531 __hc32 *hw_p = &ehci->periodic[i];
537 type = Q_NEXT_TYPE(ehci, *hw_p);
541 hw_p = shadow_next_periodic(ehci, &here, type);
552 hw_p = &here.qh->hw->hw_next;
559 qh->hw->hw_next = *hw_p;
562 *hw_p = QH_NEXT(ehci, qh->qh_dma);
1707 __hc32 *hw_p = &ehci->periodic[frame];
1713 type = Q_NEXT_TYPE(ehci, *hw_p);
1717 hw_p = shadow_next_periodic(ehci, &here, type);
1722 itd->hw_next = *hw_p;
1726 *hw_p = cpu_to_hc32(ehci, itd->itd_dma | Q_TYPE_ITD);
2349 __hc32 type, *hw_p;
2371 hw_p = &ehci->periodic[frame];
2373 type = Q_NEXT_TYPE(ehci, *hw_p);
2394 hw_p = &q.itd->hw_next;
2411 *hw_p = q.itd->hw_next;
2413 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
2432 hw_p = &q.sitd->hw_next;
2446 *hw_p = q.sitd->hw_next;
2448 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);