Lines Matching refs:hc32_to_cpup
83 hc32_to_cpup(ehci, &qtd->hw_next), in dbg_qtd()
84 hc32_to_cpup(ehci, &qtd->hw_alt_next), in dbg_qtd()
85 hc32_to_cpup(ehci, &qtd->hw_token), in dbg_qtd()
86 hc32_to_cpup(ehci, &qtd->hw_buf[0])); in dbg_qtd()
89 hc32_to_cpup(ehci, &qtd->hw_buf[1]), in dbg_qtd()
90 hc32_to_cpup(ehci, &qtd->hw_buf[2]), in dbg_qtd()
91 hc32_to_cpup(ehci, &qtd->hw_buf[3]), in dbg_qtd()
92 hc32_to_cpup(ehci, &qtd->hw_buf[4])); in dbg_qtd()
396 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in qh_lines()
397 hw_curr = (mark == '*') ? hc32_to_cpup(ehci, &hw->hw_current) : 0; in qh_lines()
404 scratch, hc32_to_cpup(ehci, &hw->hw_info2), in qh_lines()
405 hc32_to_cpup(ehci, &hw->hw_token), mark, in qh_lines()
408 (hc32_to_cpup(ehci, &hw->hw_alt_next) >> 1) & 0x0f, in qh_lines()
409 hc32_to_cpup(ehci, &hw->hw_current), in qh_lines()
410 hc32_to_cpup(ehci, &hw->hw_qtd_next), in qh_lines()
411 hc32_to_cpup(ehci, &hw->hw_buf[0])); in qh_lines()
420 scratch = hc32_to_cpup(ehci, &td->hw_token); in qh_lines()
454 hc32_to_cpup(ehci, &td->hw_buf[0])); in qh_lines()
596 u32 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in output_buf_tds_dir()
669 hc32_to_cpup(ehci, in fill_periodic_buffer()
718 hc32_to_cpup(ehci, &p.sitd->hw_uframe) in fill_periodic_buffer()