• Home
  • Raw
  • Download

Lines Matching refs:cpu_to_hc32

148 		(ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "",  in periodic_link()
173 *prev_p = cpu_to_hc32(ohci, ed->dma); in periodic_link()
210 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
230 ohci->ed_bulktail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
292 (ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "", in periodic_unlink()
319 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_deschedule()
433 ed->hwTailP = cpu_to_hc32 (ohci, td->td_dma); in ed_get()
466 ed->hwINFO = cpu_to_hc32(ohci, info); in ed_get()
486 ed->hwINFO |= cpu_to_hc32 (ohci, ED_DEQUEUE); in start_ed_unlink()
557 td->hwINFO = cpu_to_hc32 (ohci, info); in td_fill()
559 td->hwCBP = cpu_to_hc32 (ohci, data & 0xFFFFF000); in td_fill()
563 td->hwCBP = cpu_to_hc32 (ohci, data); in td_fill()
566 td->hwBE = cpu_to_hc32 (ohci, data + len - 1); in td_fill()
569 td->hwNextTD = cpu_to_hc32 (ohci, td_pt->td_dma); in td_fill()
613 urb_priv->ed->hwHeadP &= ~cpu_to_hc32 (ohci, ED_C); in td_submit_urb()
839 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted()
844 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_halted()
846 ed->hwHeadP &= ~cpu_to_hc32 (ohci, ED_H); in ed_halted()
956 td->hwINFO |= cpu_to_hc32 (ohci, TD_DONE); in update_done_list()
964 && (td->ed->hwHeadP & cpu_to_hc32 (ohci, ED_H))) in update_done_list()
1013 ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_H); in finish_unlinks()
1016 ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE); in finish_unlinks()
1054 savebits = *prev & ~cpu_to_hc32 (ohci, TD_MASK); in finish_unlinks()
1064 ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_C); in finish_unlinks()
1066 ed->hwHeadP |= cpu_to_hc32(ohci, ED_C); in finish_unlinks()
1171 } else if ((ed->hwINFO & cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE)) in takeback_td()
1172 == cpu_to_hc32(ohci, ED_SKIP)) { in takeback_td()
1174 if (!(td->hwINFO & cpu_to_hc32(ohci, TD_DONE))) { in takeback_td()
1175 ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP); in takeback_td()