Searched refs:xpec_base (Results 1 – 3 of 3) sorted by relevance
97 void __iomem *sram_base, *xpec_base, *xmac_base; member219 priv->xpec_base + NETX_XPEC_RAM_START_OFS + ETH_MAC_4321); in netx_eth_open()222 priv->xpec_base + NETX_XPEC_RAM_START_OFS + ETH_MAC_65); in netx_eth_open()229 priv->xpec_base + NETX_XPEC_RAM_START_OFS + in netx_eth_open()245 priv->xpec_base + NETX_XPEC_RAM_START_OFS + ETH_MAC_LOCAL_CONFIG); in netx_eth_close()339 mac4321 = readl(priv->xpec_base + in netx_eth_enable()341 mac65 = readl(priv->xpec_base + in netx_eth_enable()403 priv->xpec_base = priv->xc->xpec_base; in netx_eth_drv_probe()
57 writel(XPU_HOLD_PC, x->xpec_base + NETX_XPEC_XPU_HOLD_PC_OFS); in xc_stop()65 writel(0, x->xpec_base + NETX_XPEC_XPU_HOLD_PC_OFS); in xc_start()73 || (readl(x->xpec_base + NETX_XPEC_XPU_HOLD_PC_OFS) & XPU_HOLD_PC) ? in xc_running()79 writel(0, x->xpec_base + NETX_XPEC_PC_OFS); in xc_reset()207 x->xpec_base = (void * __iomem)io_p2v(NETX_PA_XPEC(xcno)); in request_xc()
27 void __iomem *xpec_base; member