Lines Matching refs:hw_p

3307 	__hc32 *hw_p = &fotg210->periodic[frame];  in periodic_unlink()  local
3313 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3314 hw_p = shadow_next_periodic(fotg210, &here, in periodic_unlink()
3315 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3326 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3328 *hw_p = *shadow_next_periodic(fotg210, &here, in periodic_unlink()
3329 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3336 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs() local
3342 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs()
3352 hw_p = &hw->hw_next; in periodic_usecs()
3363 hw_p = &q->fstn->hw_next; in periodic_usecs()
3369 hw_p = &q->itd->hw_next; in periodic_usecs()
3496 __hc32 *hw_p = &fotg210->periodic[i]; in qh_link_periodic() local
3502 type = Q_NEXT_TYPE(fotg210, *hw_p); in qh_link_periodic()
3506 hw_p = shadow_next_periodic(fotg210, &here, type); in qh_link_periodic()
3517 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3524 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3527 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic()
4328 __hc32 *hw_p = &fotg210->periodic[frame]; in itd_link() local
4334 type = Q_NEXT_TYPE(fotg210, *hw_p); in itd_link()
4338 hw_p = shadow_next_periodic(fotg210, &here, type); in itd_link()
4343 itd->hw_next = *hw_p; in itd_link()
4347 *hw_p = cpu_to_hc32(fotg210, itd->itd_dma | Q_TYPE_ITD); in itd_link()
4583 __hc32 type, *hw_p; in scan_frame_queue() local
4587 hw_p = &fotg210->periodic[frame]; in scan_frame_queue()
4589 type = Q_NEXT_TYPE(fotg210, *hw_p); in scan_frame_queue()
4609 hw_p = &q.itd->hw_next; in scan_frame_queue()
4623 *hw_p = q.itd->hw_next; in scan_frame_queue()