Lines Matching refs:buf_ptr
71 __be32 buf_ptr; member
91 out_be32(&ep->empty_td->buf_ptr, DUMMY_BD_BUFFER); in fhci_push_dummy_bd()
217 out_be32(&td->buf_ptr, 0); in fhci_create_ep()
300 buf = in_be32(&td->buf_ptr); in fhci_td_transaction_confirm()
313 out_be32(&td->buf_ptr, 0); in fhci_td_transaction_confirm()
409 out_be32(&td->buf_ptr, virt_to_phys(pkt->data)); in fhci_host_transaction()
483 buf = in_be32(&td->buf_ptr); in fhci_flush_bds()
490 else if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) in fhci_flush_bds()
491 out_be32(&td->buf_ptr, DUMMY2_BD_BUFFER); in fhci_flush_bds()
505 out_be32(&td->buf_ptr, 0); in fhci_flush_bds()
511 out_be32(&td->buf_ptr, 0); in fhci_flush_bds()
533 u32 buf_ptr; in fhci_flush_actual_frame() local
544 buf_ptr = in_be32(&td->buf_ptr); in fhci_flush_actual_frame()
550 out_be32(&td->buf_ptr, 0); in fhci_flush_actual_frame()
558 buf_ptr = in_be32(&td->buf_ptr); in fhci_flush_actual_frame()
560 } while ((td_status & TD_R) || buf_ptr); in fhci_flush_actual_frame()
604 if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
618 if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
619 out_be32(&old_td->buf_ptr, 0); in fhci_host_transmit_actual_frame()
623 out_be32(&old_td->buf_ptr, DUMMY2_BD_BUFFER); in fhci_host_transmit_actual_frame()