Lines Matching refs:out_be16

218 		out_be16(&td->status, 0);  in fhci_create_ep()
219 out_be16(&td->length, 0); in fhci_create_ep()
220 out_be16(&td->extra, 0); in fhci_create_ep()
224 out_be16(&td->status, TD_W); /* for last TD set Wrap bit */ in fhci_create_ep()
225 out_be16(&td->length, 0); in fhci_create_ep()
252 out_be16(&usb->fhci->regs->usb_usep[0], in fhci_init_ep_registers()
254 out_be16(&usb->fhci->pram->ep_ptr[0], in fhci_init_ep_registers()
264 out_be16(&ep->ep_pram_ptr->rx_buff_len, 1028); in fhci_init_ep_registers()
265 out_be16(&ep->ep_pram_ptr->rx_base, 0); in fhci_init_ep_registers()
266 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
267 out_be16(&ep->ep_pram_ptr->rx_bd_ptr, 0); in fhci_init_ep_registers()
268 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
312 out_be16(&td->length, 0); in fhci_td_transaction_confirm()
314 out_be16(&td->extra, 0); in fhci_td_transaction_confirm()
425 out_be16(&td->extra, extra_data); in fhci_host_transaction()
454 out_be16(&td->status, td_status); in fhci_host_transaction()
458 out_be16(&td->length, pkt->len + CRC_SIZE); in fhci_host_transaction()
460 out_be16(&td->length, pkt->len); in fhci_host_transaction()
488 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_bds()
503 out_be16(&td->status, 0); in fhci_flush_bds()
504 out_be16(&td->length, 0); in fhci_flush_bds()
506 out_be16(&td->extra, 0); in fhci_flush_bds()
509 out_be16(&td->status, TD_W); /* for last TD set Wrap bit */ in fhci_flush_bds()
510 out_be16(&td->length, 0); in fhci_flush_bds()
512 out_be16(&td->extra, 0); in fhci_flush_bds()
514 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_bds()
517 out_be16(&ep->ep_pram_ptr->tx_cnt, 0); in fhci_flush_bds()
548 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_actual_frame()
564 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_actual_frame()
567 out_be16(&ep->ep_pram_ptr->tx_cnt, 0); in fhci_flush_actual_frame()
574 out_be16(&usb->fhci->regs->usb_usber, 0xffff); in fhci_flush_actual_frame()
612 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, tb_ptr); in fhci_host_transmit_actual_frame()