Lines Matching refs:UHCI_PTR_TERM
181 s->chain_end->hw.qh.head&=cpu_to_le32(~UHCI_PTR_TERM); in enable_desc_loop()
200 s->chain_end->hw.qh.head|=cpu_to_le32(UHCI_PTR_TERM); in disable_desc_loop()
264 set_td_link((*new), UHCI_PTR_TERM | (flags & UHCI_PTR_BITS)); // last by default in alloc_td()
300 set_qh_element(qh, new->dma_addr | UHCI_PTR_TERM); in insert_td()
384 set_qh_head(*new, UHCI_PTR_TERM); in alloc_qh()
385 set_qh_element(*new, UHCI_PTR_TERM); in alloc_qh()
411 if (!(old->hw.qh.head & cpu_to_le32(UHCI_PTR_TERM))) in insert_qh()
617 qh->hw.qh.element &= cpu_to_le32(~UHCI_PTR_TERM); // remove TERM bit in init_skel()
637 set_qh_head(s->chain_end, s->control_chain->dma_addr | UHCI_PTR_QH | UHCI_PTR_TERM); in init_skel()
800 qh->hw.qh.element &= cpu_to_le32(~UHCI_PTR_TERM); in uhci_submit_control_urb()
871 set_qh_element(bqh, UHCI_PTR_TERM); in uhci_submit_bulk_urb()
935 qh->hw.qh.element &= cpu_to_le32(~UHCI_PTR_TERM); // arm QH in uhci_submit_bulk_urb()
2334 ((qh->hw.qh.element == cpu_to_le32(UHCI_PTR_TERM)) || !is_td_active(desc))) in process_transfer()