Lines Matching refs:buf_ptr
67 __be32 buf_ptr; member
87 out_be32(&ep->empty_td->buf_ptr, DUMMY_BD_BUFFER); in fhci_push_dummy_bd()
213 out_be32(&td->buf_ptr, 0); in fhci_create_ep()
296 buf = in_be32(&td->buf_ptr); in fhci_td_transaction_confirm()
309 out_be32(&td->buf_ptr, 0); in fhci_td_transaction_confirm()
405 out_be32(&td->buf_ptr, virt_to_phys(pkt->data)); in fhci_host_transaction()
479 buf = in_be32(&td->buf_ptr); in fhci_flush_bds()
486 else if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) in fhci_flush_bds()
487 out_be32(&td->buf_ptr, DUMMY2_BD_BUFFER); in fhci_flush_bds()
501 out_be32(&td->buf_ptr, 0); in fhci_flush_bds()
507 out_be32(&td->buf_ptr, 0); in fhci_flush_bds()
529 u32 buf_ptr; in fhci_flush_actual_frame() local
540 buf_ptr = in_be32(&td->buf_ptr); in fhci_flush_actual_frame()
546 out_be32(&td->buf_ptr, 0); in fhci_flush_actual_frame()
554 buf_ptr = in_be32(&td->buf_ptr); in fhci_flush_actual_frame()
556 } while ((td_status & TD_R) || buf_ptr); in fhci_flush_actual_frame()
600 if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
614 if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
615 out_be32(&old_td->buf_ptr, 0); in fhci_host_transmit_actual_frame()
619 out_be32(&old_td->buf_ptr, DUMMY2_BD_BUFFER); in fhci_host_transmit_actual_frame()