Lines Matching refs:cpu_to_hc32
147 (ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "", in periodic_link()
172 *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()
290 (ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "", in periodic_unlink()
317 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_deschedule()
430 ed->hwTailP = cpu_to_hc32 (ohci, td->td_dma); in ed_get()
463 ed->hwINFO = cpu_to_hc32(ohci, info); in ed_get()
483 ed->hwINFO |= cpu_to_hc32 (ohci, ED_DEQUEUE); in start_ed_unlink()
554 td->hwINFO = cpu_to_hc32 (ohci, info); in td_fill()
556 td->hwCBP = cpu_to_hc32 (ohci, data & 0xFFFFF000); in td_fill()
560 td->hwCBP = cpu_to_hc32 (ohci, data); in td_fill()
563 td->hwBE = cpu_to_hc32 (ohci, data + len - 1); in td_fill()
566 td->hwNextTD = cpu_to_hc32 (ohci, td_pt->td_dma); in td_fill()
610 urb_priv->ed->hwHeadP &= ~cpu_to_hc32 (ohci, ED_C); in td_submit_urb()
836 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted()
841 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_halted()
843 ed->hwHeadP &= ~cpu_to_hc32 (ohci, ED_H); in ed_halted()
953 td->hwINFO |= cpu_to_hc32 (ohci, TD_DONE); in update_done_list()
961 && (td->ed->hwHeadP & cpu_to_hc32 (ohci, ED_H))) in update_done_list()
1010 ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_H); in finish_unlinks()
1013 ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE); in finish_unlinks()
1049 savebits = *prev & ~cpu_to_hc32 (ohci, TD_MASK); in finish_unlinks()
1059 ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_C); in finish_unlinks()
1061 ed->hwHeadP |= cpu_to_hc32(ohci, ED_C); in finish_unlinks()
1165 } else if ((ed->hwINFO & cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE)) in takeback_td()
1166 == cpu_to_hc32(ohci, ED_SKIP)) { in takeback_td()
1168 if (!(td->hwINFO & cpu_to_hc32(ohci, TD_DONE))) { in takeback_td()
1169 ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP); in takeback_td()