Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dfhci-tds.c264 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
508 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_bds()
534 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_flush_actual_frame()
557 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, in fhci_flush_actual_frame()
594 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_host_transmit_actual_frame()
605 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, tb_ptr); in fhci_host_transmit_actual_frame()
Dfhci.h198 __be16 tx_bd_ptr; /* Tx BD pointer */ member