Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dxilinx_axi_emac.c77 struct axidma_reg { struct
88 struct axidma_reg *dmatx; argument
89 struct axidma_reg *dmarx;
727 priv->dmatx = (struct axidma_reg *)fdtdec_get_addr(gd->fdt_blob, in axi_emac_ofdata_to_platdata()
734 priv->dmarx = (struct axidma_reg *)((u32)priv->dmatx + 0x30); in axi_emac_ofdata_to_platdata()