Lines Matching refs:cpu_to_hc32
40 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
41 qtd->hw_buf_hi[0] = cpu_to_hc32(ehci, (u32)(addr >> 32)); in qtd_fill()
52 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
53 qtd->hw_buf_hi[i] = cpu_to_hc32(ehci, in qtd_fill()
66 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token); in qtd_fill()
90 if (!(hw->hw_info1 & cpu_to_hc32(ehci, QH_TOGGLE_CTL))) { in qh_update()
96 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE); in qh_update()
101 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update()
376 qtd->hw_token = cpu_to_hc32(ehci, in qh_completions()
379 hw->hw_token = cpu_to_hc32(ehci, in qh_completions()
723 qtd->hw_token |= cpu_to_hc32(ehci, QTD_IOC); in qh_urb_transaction()
933 hw->hw_info1 = cpu_to_hc32(ehci, info1); in qh_make()
934 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()
1018 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f); in qh_append_tds()
1357 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT)) in end_unlink_async()