• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching refs:cpu_to_hc32

118 			if (hw->hw_info2 & cpu_to_hc32(ehci, 1 << uframe))
121 if (hw->hw_info2 & cpu_to_hc32(ehci,
146 if (q->sitd->hw_uframe & cpu_to_hc32(ehci,
149 cpu_to_hc32(ehci, 1<<31))
157 cpu_to_hc32(ehci, 1 << (8 + uframe))) {
550 if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
599 // qh->hw_info1 |= cpu_to_hc32(1 << 7 /* "ignore" */);
652 || (cpu_to_hc32(ehci, QH_CMASK)
761 *c_maskp = cpu_to_hc32(ehci, mask << 8);
772 *c_maskp = cpu_to_hc32(ehci, mask << 8);
844 hw->hw_info2 &= cpu_to_hc32(ehci, ~(QH_CMASK | QH_SMASK));
846 ? cpu_to_hc32(ehci, 1 << uframe)
847 : cpu_to_hc32(ehci, QH_SMASK);
971 stream->buf0 = cpu_to_hc32(ehci, (epnum << 8) | dev->devnum);
972 stream->buf1 = cpu_to_hc32(ehci, buf1);
973 stream->buf2 = cpu_to_hc32(ehci, multi);
1016 stream->address = cpu_to_hc32(ehci, addr);
1173 uframe->transaction = cpu_to_hc32(ehci, trans);
1357 stream->splits = cpu_to_hc32(ehci, stream->raw_mask << (uframe & 7));
1533 itd->hw_transaction[uframe] |= cpu_to_hc32(ehci, pg << 12);
1534 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0);
1535 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32));
1542 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, bufp & ~(u32)0);
1543 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32));
1558 if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
1570 *hw_p = cpu_to_hc32(ehci, itd->itd_dma | Q_TYPE_ITD);
1924 packet->transaction = cpu_to_hc32(ehci, trans);
2027 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp);
2028 sitd->hw_buf_hi[0] = cpu_to_hc32(ehci, bufp >> 32);
2030 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1);
2033 sitd->hw_buf_hi[1] = cpu_to_hc32(ehci, bufp >> 32);
2046 ehci->periodic[frame] = cpu_to_hc32(ehci, sitd->sitd_dma | Q_TYPE_SITD);