Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c30 #define GE_PORT_EN 0x44 macro
376 val = readl_relaxed(priv->base + GE_PORT_EN); in hip04_mac_enable()
378 writel_relaxed(val, priv->base + GE_PORT_EN); in hip04_mac_enable()
403 val = readl_relaxed(priv->base + GE_PORT_EN); in hip04_mac_disable()
405 writel_relaxed(val, priv->base + GE_PORT_EN); in hip04_mac_disable()