Lines Matching refs:hw_p
3305 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_unlink() local
3311 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3312 hw_p = shadow_next_periodic(fotg210, &here, in periodic_unlink()
3313 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3324 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3326 *hw_p = *shadow_next_periodic(fotg210, &here, in periodic_unlink()
3327 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3334 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs() local
3340 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs()
3350 hw_p = &hw->hw_next; in periodic_usecs()
3361 hw_p = &q->fstn->hw_next; in periodic_usecs()
3367 hw_p = &q->itd->hw_next; in periodic_usecs()
3494 __hc32 *hw_p = &fotg210->periodic[i]; in qh_link_periodic() local
3500 type = Q_NEXT_TYPE(fotg210, *hw_p); in qh_link_periodic()
3504 hw_p = shadow_next_periodic(fotg210, &here, type); in qh_link_periodic()
3515 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3522 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3525 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic()
4325 __hc32 *hw_p = &fotg210->periodic[frame]; in itd_link() local
4331 type = Q_NEXT_TYPE(fotg210, *hw_p); in itd_link()
4335 hw_p = shadow_next_periodic(fotg210, &here, type); in itd_link()
4340 itd->hw_next = *hw_p; in itd_link()
4344 *hw_p = cpu_to_hc32(fotg210, itd->itd_dma | Q_TYPE_ITD); in itd_link()
4580 __hc32 type, *hw_p; in scan_frame_queue() local
4584 hw_p = &fotg210->periodic[frame]; in scan_frame_queue()
4586 type = Q_NEXT_TYPE(fotg210, *hw_p); in scan_frame_queue()
4606 hw_p = &q.itd->hw_next; in scan_frame_queue()
4620 *hw_p = q.itd->hw_next; in scan_frame_queue()