Lines Matching refs:hw_p
3301 __hc32 *hw_p = &fotg210->periodic[frame];
3307 Q_NEXT_TYPE(fotg210, *hw_p));
3308 hw_p = shadow_next_periodic(fotg210, &here,
3309 Q_NEXT_TYPE(fotg210, *hw_p));
3320 Q_NEXT_TYPE(fotg210, *hw_p));
3322 *hw_p = *shadow_next_periodic(fotg210, &here,
3323 Q_NEXT_TYPE(fotg210, *hw_p));
3330 __hc32 *hw_p = &fotg210->periodic[frame];
3336 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) {
3346 hw_p = &hw->hw_next;
3357 hw_p = &q->fstn->hw_next;
3363 hw_p = &q->itd->hw_next;
3490 __hc32 *hw_p = &fotg210->periodic[i];
3496 type = Q_NEXT_TYPE(fotg210, *hw_p);
3500 hw_p = shadow_next_periodic(fotg210, &here, type);
3511 hw_p = &here.qh->hw->hw_next;
3518 qh->hw->hw_next = *hw_p;
3521 *hw_p = QH_NEXT(fotg210, qh->qh_dma);
4321 __hc32 *hw_p = &fotg210->periodic[frame];
4327 type = Q_NEXT_TYPE(fotg210, *hw_p);
4331 hw_p = shadow_next_periodic(fotg210, &here, type);
4336 itd->hw_next = *hw_p;
4340 *hw_p = cpu_to_hc32(fotg210, itd->itd_dma | Q_TYPE_ITD);
4576 __hc32 type, *hw_p;
4580 hw_p = &fotg210->periodic[frame];
4582 type = Q_NEXT_TYPE(fotg210, *hw_p);
4602 hw_p = &q.itd->hw_next;
4616 *hw_p = q.itd->hw_next;