Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c48 #define PPE_INTEN 0x700 macro
58 #define PPE_INTEN 0x600 macro
390 writel_relaxed(priv->reg_inten, priv->base + PPE_INTEN); in hip04_mac_enable()
400 writel_relaxed(priv->reg_inten, priv->base + PPE_INTEN); in hip04_mac_disable()
562 priv->base + PPE_INTEN); in hip04_mac_start_xmit()
650 writel_relaxed(priv->reg_inten, priv->base + PPE_INTEN); in hip04_rx_poll()
688 writel_relaxed(DEF_INT_MASK & ~RCV_INT, priv->base + PPE_INTEN); in hip04_mac_interrupt()
705 writel_relaxed(DEF_INT_MASK & ~RCV_INT, priv->base + PPE_INTEN); in tx_done()