Searched refs:A_PL_ENABLE (Results 1 – 7 of 7) sorted by relevance
/drivers/net/chelsio/ |
D | tp.c | 72 u32 tp_intr = readl(tp->adapter->regs + A_PL_ENABLE); in t1_tp_intr_enable() 80 tp->adapter->regs + A_PL_ENABLE); in t1_tp_intr_enable() 87 tp->adapter->regs + A_PL_ENABLE); in t1_tp_intr_enable() 93 u32 tp_intr = readl(tp->adapter->regs + A_PL_ENABLE); in t1_tp_intr_disable() 100 tp->adapter->regs + A_PL_ENABLE); in t1_tp_intr_disable() 106 tp->adapter->regs + A_PL_ENABLE); in t1_tp_intr_disable()
|
D | espi.c | 120 u32 enable, pl_intr = readl(espi->adapter->regs + A_PL_ENABLE); in t1_espi_intr_enable() 131 writel(pl_intr | F_PL_INTR_ESPI, espi->adapter->regs + A_PL_ENABLE); in t1_espi_intr_enable() 143 u32 pl_intr = readl(espi->adapter->regs + A_PL_ENABLE); in t1_espi_intr_disable() 146 writel(pl_intr & ~F_PL_INTR_ESPI, espi->adapter->regs + A_PL_ENABLE); in t1_espi_intr_disable()
|
D | subr.c | 803 u32 pl_intr = readl(adapter->regs + A_PL_ENABLE); in t1_interrupts_enable() 811 writel(pl_intr, adapter->regs + A_PL_ENABLE); in t1_interrupts_enable() 833 writel(0, adapter->regs + A_PL_ENABLE); in t1_interrupts_disable()
|
D | pm3393.c | 157 pl_intr = readl(cmac->adapter->regs + A_PL_ENABLE); in pm3393_interrupt_enable() 159 writel(pl_intr, cmac->adapter->regs + A_PL_ENABLE); in pm3393_interrupt_enable()
|
D | cxgb2.c | 571 reg_block_dump(ap, buf, A_PL_ENABLE, A_PL_CAUSE); in get_regs() 983 adapter->regs + A_PL_ENABLE); in ext_intr_task() 999 adapter->regs + A_PL_ENABLE); in t1_elmer0_ext_intr()
|
D | sge.c | 913 u32 val = readl(sge->adapter->regs + A_PL_ENABLE); in t1_sge_intr_disable() 915 writel(val & ~SGE_PL_INTR_MASK, sge->adapter->regs + A_PL_ENABLE); in t1_sge_intr_disable() 925 u32 val = readl(sge->adapter->regs + A_PL_ENABLE); in t1_sge_intr_enable() 930 writel(val | SGE_PL_INTR_MASK, sge->adapter->regs + A_PL_ENABLE); in t1_sge_intr_enable()
|
D | regs.h | 1745 #define A_PL_ENABLE 0xa00 macro
|