Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dfhci-tds.c526 u16 tb_ptr; in fhci_flush_actual_frame() local
537 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_flush_actual_frame()
538 td = cpm_muram_addr(tb_ptr); in fhci_flush_actual_frame()
592 u16 tb_ptr; in fhci_host_transmit_actual_frame() local
597 tb_ptr = in_be16(&ep->ep_pram_ptr->tx_bd_ptr); in fhci_host_transmit_actual_frame()
598 td = cpm_muram_addr(tb_ptr); in fhci_host_transmit_actual_frame()
607 tb_ptr = cpm_muram_offset(td); in fhci_host_transmit_actual_frame()
608 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, tb_ptr); in fhci_host_transmit_actual_frame()