• Home
  • Raw
  • Download

Lines Matching refs:cpu_to_hc32

93 		*hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);  in periodic_unlink()
538 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in qh_link_periodic()
889 hw->hw_info2 &= cpu_to_hc32(ehci, ~(QH_CMASK | QH_SMASK)); in qh_schedule()
890 hw->hw_info2 |= cpu_to_hc32(ehci, qh->ps.cs_mask); in qh_schedule()
1042 stream->buf0 = cpu_to_hc32(ehci, (epnum << 8) | dev->devnum); in iso_stream_init()
1043 stream->buf1 = cpu_to_hc32(ehci, buf1); in iso_stream_init()
1044 stream->buf2 = cpu_to_hc32(ehci, multi); in iso_stream_init()
1108 stream->address = cpu_to_hc32(ehci, addr); in iso_stream_init()
1204 uframe->transaction = cpu_to_hc32(ehci, trans); in itd_sched_init()
1444 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask); in sitd_slot_ok()
1689 itd->hw_transaction[uframe] |= cpu_to_hc32(ehci, pg << 12); in itd_patch()
1690 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0); in itd_patch()
1691 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32)); in itd_patch()
1698 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, bufp & ~(u32)0); in itd_patch()
1699 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32)); in itd_patch()
1714 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in itd_link()
1726 *hw_p = cpu_to_hc32(ehci, itd->itd_dma | Q_TYPE_ITD); in itd_link()
2002 packet->transaction = cpu_to_hc32(ehci, trans); in sitd_sched_init()
2108 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch()
2109 sitd->hw_buf_hi[0] = cpu_to_hc32(ehci, bufp >> 32); in sitd_patch()
2111 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1); in sitd_patch()
2114 sitd->hw_buf_hi[1] = cpu_to_hc32(ehci, bufp >> 32); in sitd_patch()
2127 ehci->periodic[frame] = cpu_to_hc32(ehci, sitd->sitd_dma | Q_TYPE_SITD); in sitd_link()
2413 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc()
2448 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc()