Home
last modified time | relevance | path

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

/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/
A Dxemacpsif_dma.c456 u32_t gigeversion; in emacps_recv_handler() local
466 gigeversion = ((Xil_In32(xemacpsif->emacps.Config.BaseAddress + 0xFC)) >> 16) & 0xFFF; in emacps_recv_handler()
474 if (gigeversion <= 2) { in emacps_recv_handler()
556 u32_t gigeversion; in init_dma() local
598 if (gigeversion > 2) { in init_dma()
717 if (gigeversion > 2) { in init_dma()
722 if (gigeversion > 2) in init_dma()
778 u32_t gigeversion; in resetrx_on_no_rxdata() local
781 if (gigeversion == 2) { in resetrx_on_no_rxdata()
840 u32_t gigeversion; in reset_dma() local
[all …]
A Dxemacpsif_physpeed.c911 u32_t gigeversion; in SetUpSLCRDivisors() local
920 gigeversion = ((Xil_In32(mac_baseaddr + 0xFC)) >> 16) & 0xFFF; in SetUpSLCRDivisors()
921 if (gigeversion == 2) { in SetUpSLCRDivisors()
984 } else if (gigeversion == GEM_VERSION_ZYNQMP) { in SetUpSLCRDivisors()
1090 } else if (gigeversion == GEM_VERSION_VERSAL) { in SetUpSLCRDivisors()

Completed in 11 milliseconds