Lines Matching refs:hw_p
3305 __hc32 *hw_p = &fotg210->periodic[frame];
3311 Q_NEXT_TYPE(fotg210, *hw_p));
3312 hw_p = shadow_next_periodic(fotg210, &here,
3313 Q_NEXT_TYPE(fotg210, *hw_p));
3324 Q_NEXT_TYPE(fotg210, *hw_p));
3326 *hw_p = *shadow_next_periodic(fotg210, &here,
3327 Q_NEXT_TYPE(fotg210, *hw_p));
3334 __hc32 *hw_p = &fotg210->periodic[frame];
3340 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) {
3350 hw_p = &hw->hw_next;
3361 hw_p = &q->fstn->hw_next;
3367 hw_p = &q->itd->hw_next;
3494 __hc32 *hw_p = &fotg210->periodic[i];
3500 type = Q_NEXT_TYPE(fotg210, *hw_p);
3504 hw_p = shadow_next_periodic(fotg210, &here, type);
3515 hw_p = &here.qh->hw->hw_next;
3522 qh->hw->hw_next = *hw_p;
3525 *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;