Home
last modified time | relevance | path

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

/linux-4.4.14/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()
553 writel_relaxed(priv->reg_inten, priv->base + PPE_INTEN); in hip04_rx_poll()
592 writel_relaxed(DEF_INT_MASK & ~RCV_INT, priv->base + PPE_INTEN); in hip04_mac_interrupt()
609 writel_relaxed(DEF_INT_MASK & ~RCV_INT, priv->base + PPE_INTEN); in tx_done()