Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c129 mask = readl(comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_rx_poll()
131 writel(mask, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_rx_poll()
202 mask = readl(comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_tx_poll()
204 writel(mask, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_tx_poll()
228 mask = readl(comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_interrupt()
230 writel(mask, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_interrupt()
248 mask = readl(comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_interrupt()
250 writel(mask, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_interrupt()
262 mask = readl(comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_interrupt()
264 writel(mask, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_interrupt()
H A Dspl2sw_register.h11 #define L2SW_SW_INT_MASK_0 0x4 macro
H A Dspl2sw_mac.c22 writel(0xffffffff, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_mac_hw_stop()
215 writel(MAC_INT_MASK_DEF, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_mac_hw_init()
H A Dspl2sw_driver.c38 mask = readl(comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_open()
40 writel(mask, comm->l2sw_reg_base + L2SW_SW_INT_MASK_0); in spl2sw_ethernet_open()