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()
477 in_be32(&td->buf_ptr); in fhci_flush_bds()
484 else if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) in fhci_flush_bds()
485 out_be32(&td->buf_ptr, DUMMY2_BD_BUFFER); in fhci_flush_bds()
499 out_be32(&td->buf_ptr, 0); in fhci_flush_bds()
505 out_be32(&td->buf_ptr, 0); in fhci_flush_bds()
526 u32 buf_ptr; in fhci_flush_actual_frame() local
537 buf_ptr = in_be32(&td->buf_ptr); in fhci_flush_actual_frame()
543 out_be32(&td->buf_ptr, 0); in fhci_flush_actual_frame()
551 buf_ptr = in_be32(&td->buf_ptr); in fhci_flush_actual_frame()
553 } while ((td_status & TD_R) || buf_ptr); in fhci_flush_actual_frame()
597 if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
611 if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
612 out_be32(&old_td->buf_ptr, 0); in fhci_host_transmit_actual_frame()
616 out_be32(&old_td->buf_ptr, DUMMY2_BD_BUFFER); in fhci_host_transmit_actual_frame()