Lines Matching refs:out_be16

214 		out_be16(&td->status, 0);  in fhci_create_ep()
215 out_be16(&td->length, 0); in fhci_create_ep()
216 out_be16(&td->extra, 0); in fhci_create_ep()
220 out_be16(&td->status, TD_W); /* for last TD set Wrap bit */ in fhci_create_ep()
221 out_be16(&td->length, 0); in fhci_create_ep()
248 out_be16(&usb->fhci->regs->usb_usep[0], in fhci_init_ep_registers()
250 out_be16(&usb->fhci->pram->ep_ptr[0], in fhci_init_ep_registers()
260 out_be16(&ep->ep_pram_ptr->rx_buff_len, 1028); in fhci_init_ep_registers()
261 out_be16(&ep->ep_pram_ptr->rx_base, 0); in fhci_init_ep_registers()
262 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
263 out_be16(&ep->ep_pram_ptr->rx_bd_ptr, 0); in fhci_init_ep_registers()
264 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
308 out_be16(&td->length, 0); in fhci_td_transaction_confirm()
310 out_be16(&td->extra, 0); in fhci_td_transaction_confirm()
421 out_be16(&td->extra, extra_data); in fhci_host_transaction()
450 out_be16(&td->status, td_status); in fhci_host_transaction()
454 out_be16(&td->length, pkt->len + CRC_SIZE); in fhci_host_transaction()
456 out_be16(&td->length, pkt->len); in fhci_host_transaction()
482 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_bds()
497 out_be16(&td->status, 0); in fhci_flush_bds()
498 out_be16(&td->length, 0); in fhci_flush_bds()
500 out_be16(&td->extra, 0); in fhci_flush_bds()
503 out_be16(&td->status, TD_W); /* for last TD set Wrap bit */ in fhci_flush_bds()
504 out_be16(&td->length, 0); in fhci_flush_bds()
506 out_be16(&td->extra, 0); in fhci_flush_bds()
508 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_bds()
511 out_be16(&ep->ep_pram_ptr->tx_cnt, 0); in fhci_flush_bds()
541 out_be16(&td->status, (td_status & ~TD_R) | TD_TO); in fhci_flush_actual_frame()
557 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_actual_frame()
560 out_be16(&ep->ep_pram_ptr->tx_cnt, 0); in fhci_flush_actual_frame()
567 out_be16(&usb->fhci->regs->usb_usber, 0xffff); in fhci_flush_actual_frame()
605 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, tb_ptr); in fhci_host_transmit_actual_frame()