Home
last modified time | relevance | path

Searched refs:tx_bd_ptr (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dfhci-tds.c268 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
514 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_bds()
541 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_flush_actual_frame()
564 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_actual_frame()
601 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_host_transmit_actual_frame()
612 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, tb_ptr); in fhci_host_transmit_actual_frame()
Dfhci.h201 __be16 tx_bd_ptr; /* Tx BD pointer */ member