Home
last modified time | relevance | path

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

/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/
A Dxemacpsif_dma.c114 u8_t bd_space[0x200000] __attribute__ ((aligned (0x200000))); variable
116 u8_t bd_space[0x100000] __attribute__ ((aligned (0x100000))); variable
575 Xil_SetTlbAttributes((s32_t)bd_space, STRONG_ORDERD_SHARED | PRIV_RW_USER_RW); // addr, attr in init_dma()
578 Xil_SetTlbAttributes((u64)bd_space, NORM_NONCACHE | INNER_SHAREABLE); in init_dma()
580 Xil_SetTlbAttributes((s32_t)bd_space, DEVICE_MEMORY); // addr, attr in init_dma()
592 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()
595 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()
599 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()
602 tempaddress = (UINTPTR)&(bd_space[bd_space_index]); in init_dma()

Completed in 5 milliseconds