Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.c105 int dma_index; in cdns3_get_dma_pos() local
107 dma_index = readl(&priv_dev->regs->ep_traddr) - priv_ep->trb_pool_dma; in cdns3_get_dma_pos()
109 return dma_index / TRB_SIZE; in cdns3_get_dma_pos()
799 int dma_index; in cdns3_wa1_tray_restore_cycle_bit() local
803 dma_index = cdns3_get_dma_pos(priv_dev, priv_ep); in cdns3_wa1_tray_restore_cycle_bit()
805 if (!doorbell || dma_index != priv_ep->wa1_trb_index) in cdns3_wa1_tray_restore_cycle_bit()
854 int doorbell, dma_index; in cdns3_ep_run_transfer() local
858 dma_index = cdns3_get_dma_pos(priv_dev, priv_ep); in cdns3_ep_run_transfer()
861 if (doorbell && dma_index == priv_ep->num_trbs - 1) { in cdns3_ep_run_transfer()