Lines Matching refs:cpu_to_hc32
93 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
545 if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
896 hw->hw_info2 &= cpu_to_hc32(ehci, ~(QH_CMASK | QH_SMASK));
897 hw->hw_info2 |= cpu_to_hc32(ehci, qh->ps.cs_mask);
1049 stream->buf0 = cpu_to_hc32(ehci, (epnum << 8) | dev->devnum);
1050 stream->buf1 = cpu_to_hc32(ehci, buf1);
1051 stream->buf2 = cpu_to_hc32(ehci, multi);
1115 stream->address = cpu_to_hc32(ehci, addr);
1209 uframe->transaction = cpu_to_hc32(ehci, trans);
1455 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask);
1700 itd->hw_transaction[uframe] |= cpu_to_hc32(ehci, pg << 12);
1701 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0);
1702 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32));
1709 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, bufp & ~(u32)0);
1710 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32));
1725 if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
1737 *hw_p = cpu_to_hc32(ehci, itd->itd_dma | Q_TYPE_ITD);
2013 packet->transaction = cpu_to_hc32(ehci, trans);
2119 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp);
2120 sitd->hw_buf_hi[0] = cpu_to_hc32(ehci, bufp >> 32);
2122 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1);
2125 sitd->hw_buf_hi[1] = cpu_to_hc32(ehci, bufp >> 32);
2138 ehci->periodic[frame] = cpu_to_hc32(ehci, sitd->sitd_dma | Q_TYPE_SITD);
2424 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
2459 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);