Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhip04_eth.c32 #define GE_PORT_EN 0x44 macro
302 val = readl_relaxed(priv->base + GE_PORT_EN); in hip04_mac_enable()
304 writel_relaxed(val, priv->base + GE_PORT_EN); in hip04_mac_enable()
329 val = readl_relaxed(priv->base + GE_PORT_EN); in hip04_mac_disable()
331 writel_relaxed(val, priv->base + GE_PORT_EN); in hip04_mac_disable()