Lines Matching refs:hw_p
3304 __hc32 *hw_p = &fotg210->periodic[frame];
3310 Q_NEXT_TYPE(fotg210, *hw_p));
3311 hw_p = shadow_next_periodic(fotg210, &here,
3312 Q_NEXT_TYPE(fotg210, *hw_p));
3323 Q_NEXT_TYPE(fotg210, *hw_p));
3325 *hw_p = *shadow_next_periodic(fotg210, &here,
3326 Q_NEXT_TYPE(fotg210, *hw_p));
3333 __hc32 *hw_p = &fotg210->periodic[frame];
3339 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) {
3349 hw_p = &hw->hw_next;
3360 hw_p = &q->fstn->hw_next;
3366 hw_p = &q->itd->hw_next;
3493 __hc32 *hw_p = &fotg210->periodic[i];
3499 type = Q_NEXT_TYPE(fotg210, *hw_p);
3503 hw_p = shadow_next_periodic(fotg210, &here, type);
3514 hw_p = &here.qh->hw->hw_next;
3521 qh->hw->hw_next = *hw_p;
3524 *hw_p = QH_NEXT(fotg210, qh->qh_dma);
4325 __hc32 *hw_p = &fotg210->periodic[frame];
4331 type = Q_NEXT_TYPE(fotg210, *hw_p);
4335 hw_p = shadow_next_periodic(fotg210, &here, type);
4340 itd->hw_next = *hw_p;
4344 *hw_p = cpu_to_hc32(fotg210, itd->itd_dma | Q_TYPE_ITD);
4580 __hc32 type, *hw_p;
4584 hw_p = &fotg210->periodic[frame];
4586 type = Q_NEXT_TYPE(fotg210, *hw_p);
4606 hw_p = &q.itd->hw_next;
4620 *hw_p = q.itd->hw_next;