Lines Matching refs:hc32_to_cpup
110 hc32_to_cpup(ehci, &qtd->hw_next), in dbg_qtd()
111 hc32_to_cpup(ehci, &qtd->hw_alt_next), in dbg_qtd()
112 hc32_to_cpup(ehci, &qtd->hw_token), in dbg_qtd()
113 hc32_to_cpup(ehci, &qtd->hw_buf [0])); in dbg_qtd()
116 hc32_to_cpup(ehci, &qtd->hw_buf[1]), in dbg_qtd()
117 hc32_to_cpup(ehci, &qtd->hw_buf[2]), in dbg_qtd()
118 hc32_to_cpup(ehci, &qtd->hw_buf[3]), in dbg_qtd()
119 hc32_to_cpup(ehci, &qtd->hw_buf[4])); in dbg_qtd()
436 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in qh_lines()
437 hw_curr = (mark == '*') ? hc32_to_cpup(ehci, &hw->hw_current) : 0; in qh_lines()
443 scratch, hc32_to_cpup(ehci, &hw->hw_info2), in qh_lines()
444 hc32_to_cpup(ehci, &hw->hw_token), mark, in qh_lines()
447 (hc32_to_cpup(ehci, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
454 scratch = hc32_to_cpup(ehci, &td->hw_token); in qh_lines()
667 hc32_to_cpup(ehci, in fill_periodic_buffer()
688 u32 scratch = hc32_to_cpup(ehci, in fill_periodic_buffer()
742 hc32_to_cpup(ehci, &p.sitd->hw_uframe) in fill_periodic_buffer()