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);
538 __hc32 *hw_p = &ehci->periodic[i];
544 type = Q_NEXT_TYPE(ehci, *hw_p);
548 hw_p = shadow_next_periodic(ehci, &here, type);
559 hw_p = &here.qh->hw->hw_next;
566 qh->hw->hw_next = *hw_p;
569 *hw_p = QH_NEXT(ehci, qh->qh_dma);
1718 __hc32 *hw_p = &ehci->periodic[frame];
1724 type = Q_NEXT_TYPE(ehci, *hw_p);
1728 hw_p = shadow_next_periodic(ehci, &here, type);
1733 itd->hw_next = *hw_p;
1737 *hw_p = cpu_to_hc32(ehci, itd->itd_dma | Q_TYPE_ITD);
2360 __hc32 type, *hw_p;
2382 hw_p = &ehci->periodic[frame];
2384 type = Q_NEXT_TYPE(ehci, *hw_p);
2405 hw_p = &q.itd->hw_next;
2422 *hw_p = q.itd->hw_next;
2424 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
2443 hw_p = &q.sitd->hw_next;
2457 *hw_p = q.sitd->hw_next;
2459 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);