Lines Matching refs:phys_to_virt

569 		sb = ep->sub ? phys_to_virt(ep->sub) : 0;                  in __dump_ep_list()
572 sb = sb->next ? phys_to_virt(sb->next) : 0; in __dump_ep_list()
574 ep = (volatile USB_EP_Desc_t *)(phys_to_virt(ep->next)); in __dump_ep_list()
871 next_ep = (USB_EP_Desc_t *)phys_to_virt(curr_ep->next); in etrax_usb_unlink_intr_urb()
889 kmem_cache_free(usb_desc_cache, phys_to_virt(unlink_ep->sub)); in etrax_usb_unlink_intr_urb()
893 curr_ep = phys_to_virt(curr_ep->next); in etrax_usb_unlink_intr_urb()
905 first_ep = (USB_EP_Desc_t *)phys_to_virt(*R_DMA_CH8_SUB2_EP); in etrax_usb_do_intr_recover()
917 tmp_ep = (USB_EP_Desc_t *)phys_to_virt(tmp_ep->next); in etrax_usb_do_intr_recover()
1476 ep = (USB_EP_Desc_t *)phys_to_virt(*R_DMA_CH8_SUB0_EP); in etrax_usb_tx_interrupt()
1576 phys_to_virt(myNextRxDesc->buf), myNextRxDesc->hw_len); in etrax_usb_rx_interrupt()
1610 phys_to_virt(myNextRxDesc->buf), packet->actual_length); in etrax_usb_rx_interrupt()
1649 myNextRxDesc = phys_to_virt(myNextRxDesc->next); in etrax_usb_rx_interrupt()
1686 next_sb = (USB_SB_Desc_t *)phys_to_virt(first_sb->next); in etrax_remove_from_sb_list()
1897 ep = (USB_EP_Desc_t *)phys_to_virt(*R_DMA_CH8_SUB0_EP); in etrax_usb_add_to_bulk_sb_list()
2418 tmp_ep = (USB_EP_Desc_t *)phys_to_virt(tmp_ep->next); in etrax_usb_add_to_intr_sb_list()
2597 urb_priv->first_sb = phys_to_virt(TxIsocEPList[epid].sub); in etrax_usb_add_to_isoc_sb_list()
2598 urb_priv->last_sb = phys_to_virt(TxIsocEPList[epid].sub); in etrax_usb_add_to_isoc_sb_list()
2612 temp_sb_desc = phys_to_virt(TxIsocEPList[epid].sub); in etrax_usb_add_to_isoc_sb_list()
2614 temp_sb_desc = phys_to_virt(temp_sb_desc->next); in etrax_usb_add_to_isoc_sb_list()
2883 if (phys_to_virt(TxBulkEPList[epid].sub) != urb_priv->last_sb) { in etrax_usb_hc_bulk_eot_interrupt()