Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhip04_eth.c47 #define PPE_INTEN 0x600 macro
316 writel_relaxed(priv->reg_inten, priv->base + PPE_INTEN); in hip04_mac_enable()
326 writel_relaxed(priv->reg_inten, priv->base + PPE_INTEN); in hip04_mac_disable()
472 priv->base + PPE_INTEN); in hip04_mac_start_xmit()
556 writel_relaxed(priv->reg_inten, priv->base + PPE_INTEN); in hip04_rx_poll()
595 writel_relaxed(DEF_INT_MASK & ~RCV_INT, priv->base + PPE_INTEN); in hip04_mac_interrupt()
612 writel_relaxed(DEF_INT_MASK & ~RCV_INT, priv->base + PPE_INTEN); in tx_done()