Home
last modified time | relevance | path

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

/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/
A Dxemacpsif_dma.c554 volatile UINTPTR tempaddress; in init_dma() local
592 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()
593 xemacpsif->rx_bdspace = (void *)tempaddress; in init_dma()
595 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()
596 xemacpsif->tx_bdspace = (void *)tempaddress; in init_dma()
599 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()
600 bdrxterminate = (XEmacPs_Bd *)tempaddress; in init_dma()
602 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()
603 bdtxterminate = (XEmacPs_Bd *)tempaddress; in init_dma()

Completed in 6 milliseconds