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