Lines Matching refs:cpu_to_hc32
41 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr);
42 qtd->hw_buf_hi[0] = cpu_to_hc32(ehci, (u32)(addr >> 32));
53 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr);
54 qtd->hw_buf_hi[i] = cpu_to_hc32(ehci,
67 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token);
91 if (!(hw->hw_info1 & cpu_to_hc32(ehci, QH_TOGGLE_CTL))) {
97 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE);
102 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING);
384 qtd->hw_token = cpu_to_hc32(ehci,
387 hw->hw_token = cpu_to_hc32(ehci,
731 qtd->hw_token |= cpu_to_hc32(ehci, QTD_IOC);
941 hw->hw_info1 = cpu_to_hc32(ehci, info1);
942 hw->hw_info2 = cpu_to_hc32(ehci, info2);
1026 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f);
1365 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT))