Lines Matching refs:writel
31 writel(val, ap->regs + A_TP_IN_CONFIG); in tp_init()
32 writel(F_TP_OUT_CSPI_CPL | in tp_init()
36 writel(V_IP_TTL(64) | in tp_init()
46 writel(F_ENABLE_TX_DROP | F_ENABLE_TX_ERROR | in tp_init()
77 writel(0xffffffff, in t1_tp_intr_enable()
79 writel(tp_intr | FPGA_PCIX_INTERRUPT_TP, in t1_tp_intr_enable()
85 writel(0, tp->adapter->regs + A_TP_INT_ENABLE); in t1_tp_intr_enable()
86 writel(tp_intr | F_PL_INTR_TP, in t1_tp_intr_enable()
98 writel(0, tp->adapter->regs + FPGA_TP_ADDR_INTERRUPT_ENABLE); in t1_tp_intr_disable()
99 writel(tp_intr & ~FPGA_PCIX_INTERRUPT_TP, in t1_tp_intr_disable()
104 writel(0, tp->adapter->regs + A_TP_INT_ENABLE); in t1_tp_intr_disable()
105 writel(tp_intr & ~F_PL_INTR_TP, in t1_tp_intr_disable()
114 writel(0xffffffff, in t1_tp_intr_clear()
116 writel(FPGA_PCIX_INTERRUPT_TP, tp->adapter->regs + A_PL_CAUSE); in t1_tp_intr_clear()
120 writel(0xffffffff, tp->adapter->regs + A_TP_INT_CAUSE); in t1_tp_intr_clear()
121 writel(F_PL_INTR_TP, tp->adapter->regs + A_PL_CAUSE); in t1_tp_intr_clear()
135 writel(cause, tp->adapter->regs + A_TP_INT_CAUSE); in t1_tp_intr_handler()
147 writel(val, tp->adapter->regs + A_TP_GLOBAL_CONFIG); in set_csum_offload()
169 writel(F_TP_RESET, adapter->regs + A_TP_RESET); in t1_tp_reset()