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()
431 ed->hwTailP = cpu_to_hc32 (ohci, td->td_dma); in ed_get()
464 ed->hwINFO = cpu_to_hc32(ohci, info); in ed_get()
484 ed->hwINFO |= cpu_to_hc32 (ohci, ED_DEQUEUE); in start_ed_unlink()
555 td->hwINFO = cpu_to_hc32 (ohci, info); in td_fill()
557 td->hwCBP = cpu_to_hc32 (ohci, data & 0xFFFFF000); in td_fill()
561 td->hwCBP = cpu_to_hc32 (ohci, data); in td_fill()
564 td->hwBE = cpu_to_hc32 (ohci, data + len - 1); in td_fill()
567 td->hwNextTD = cpu_to_hc32 (ohci, td_pt->td_dma); in td_fill()
611 urb_priv->ed->hwHeadP &= ~cpu_to_hc32 (ohci, ED_C); in td_submit_urb()
837 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted()
842 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_halted()
844 ed->hwHeadP &= ~cpu_to_hc32 (ohci, ED_H); in ed_halted()
954 td->hwINFO |= cpu_to_hc32 (ohci, TD_DONE); in update_done_list()
962 && (td->ed->hwHeadP & cpu_to_hc32 (ohci, ED_H))) in update_done_list()
1011 ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_H); in finish_unlinks()
1014 ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE); in finish_unlinks()
1050 savebits = *prev & ~cpu_to_hc32 (ohci, TD_MASK); in finish_unlinks()
1060 ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_C); in finish_unlinks()
1062 ed->hwHeadP |= cpu_to_hc32(ohci, ED_C); in finish_unlinks()
1166 } else if ((ed->hwINFO & cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE)) in takeback_td()
1167 == cpu_to_hc32(ohci, ED_SKIP)) { in takeback_td()
1169 if (!(td->hwINFO & cpu_to_hc32(ohci, TD_DONE))) { in takeback_td()
1170 ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP); in takeback_td()