Lines Matching refs:hw_p

3339 	__hc32 *hw_p = &fotg210->periodic[frame];  in periodic_unlink()  local
3345 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3346 hw_p = shadow_next_periodic(fotg210, &here, in periodic_unlink()
3347 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3358 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3360 *hw_p = *shadow_next_periodic(fotg210, &here, in periodic_unlink()
3361 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3368 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs() local
3374 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs()
3384 hw_p = &hw->hw_next; in periodic_usecs()
3395 hw_p = &q->fstn->hw_next; in periodic_usecs()
3401 hw_p = &q->itd->hw_next; in periodic_usecs()
3528 __hc32 *hw_p = &fotg210->periodic[i]; in qh_link_periodic() local
3534 type = Q_NEXT_TYPE(fotg210, *hw_p); in qh_link_periodic()
3538 hw_p = shadow_next_periodic(fotg210, &here, type); in qh_link_periodic()
3549 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3556 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3559 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic()
4360 __hc32 *hw_p = &fotg210->periodic[frame]; in itd_link() local
4366 type = Q_NEXT_TYPE(fotg210, *hw_p); in itd_link()
4370 hw_p = shadow_next_periodic(fotg210, &here, type); in itd_link()
4375 itd->hw_next = *hw_p; in itd_link()
4379 *hw_p = cpu_to_hc32(fotg210, itd->itd_dma | Q_TYPE_ITD); in itd_link()
4616 __hc32 type, *hw_p; in scan_frame_queue() local
4620 hw_p = &fotg210->periodic[frame]; in scan_frame_queue()
4622 type = Q_NEXT_TYPE(fotg210, *hw_p); in scan_frame_queue()
4642 hw_p = &q.itd->hw_next; in scan_frame_queue()
4656 *hw_p = q.itd->hw_next; in scan_frame_queue()