Lines Matching refs:hw_info2
159 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current); in dbg_qh()
400 scratch, hc32_to_cpup(fusbh200, &hw->hw_info2), in qh_lines()
538 &hw->hw_info2) in fill_periodic_buffer()
2257 if ((qh->hw->hw_info2 & cpu_to_hc32(fusbh200, QH_SMASK)) != 0) { in fusbh200_urb_done()
2948 hw->hw_info2 = cpu_to_hc32(fusbh200, info2); in qh_make()
3441 if (hw->hw_info2 & cpu_to_hc32(fusbh200, 1 << uframe)) in periodic_usecs()
3444 if (hw->hw_info2 & cpu_to_hc32(fusbh200, in periodic_usecs()
3527 hw->hw_info2); in tt_no_collision()
3591 period, hc32_to_cpup(fusbh200, &qh->hw->hw_info2) in qh_link_periodic()
3685 hc32_to_cpup(fusbh200, &qh->hw->hw_info2) & (QH_CMASK | QH_SMASK), in qh_unlink_periodic()
3877 uframe = ffs(hc32_to_cpup(fusbh200, &hw->hw_info2) & QH_SMASK); in qh_schedule()
3915 hw->hw_info2 &= cpu_to_hc32(fusbh200, ~(QH_CMASK | QH_SMASK)); in qh_schedule()
3916 hw->hw_info2 |= qh->period in qh_schedule()
3919 hw->hw_info2 |= c_mask; in qh_schedule()