Lines Matching refs:hw_p

3460 	__hc32			*hw_p = &fotg210->periodic[frame];  in periodic_unlink()  local
3466 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3467 hw_p = shadow_next_periodic(fotg210, &here, in periodic_unlink()
3468 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3479 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3481 *hw_p = *shadow_next_periodic(fotg210, &here, in periodic_unlink()
3482 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3489 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs() local
3495 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs()
3505 hw_p = &hw->hw_next; in periodic_usecs()
3516 hw_p = &q->fstn->hw_next; in periodic_usecs()
3522 hw_p = &q->itd->hw_next; in periodic_usecs()
3660 __hc32 *hw_p = &fotg210->periodic[i]; in qh_link_periodic() local
3666 type = Q_NEXT_TYPE(fotg210, *hw_p); in qh_link_periodic()
3670 hw_p = shadow_next_periodic(fotg210, &here, type); in qh_link_periodic()
3681 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3688 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3691 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic()
4548 __hc32 *hw_p = &fotg210->periodic[frame]; in itd_link() local
4554 type = Q_NEXT_TYPE(fotg210, *hw_p); in itd_link()
4558 hw_p = shadow_next_periodic(fotg210, &here, type); in itd_link()
4563 itd->hw_next = *hw_p; in itd_link()
4567 *hw_p = cpu_to_hc32(fotg210, itd->itd_dma | Q_TYPE_ITD); in itd_link()
4830 __hc32 type, *hw_p; in scan_isoc() local
4835 hw_p = &fotg210->periodic[frame]; in scan_isoc()
4837 type = Q_NEXT_TYPE(fotg210, *hw_p); in scan_isoc()
4857 hw_p = &q.itd->hw_next; in scan_isoc()
4871 *hw_p = q.itd->hw_next; in scan_isoc()