Lines Matching refs:writel
32 writel(val, ap->regs + A_TP_IN_CONFIG); in tp_init()
33 writel(F_TP_OUT_CSPI_CPL | in tp_init()
37 writel(V_IP_TTL(64) | in tp_init()
47 writel(F_ENABLE_TX_DROP | F_ENABLE_TX_ERROR | in tp_init()
78 writel(0xffffffff, in t1_tp_intr_enable()
80 writel(tp_intr | FPGA_PCIX_INTERRUPT_TP, in t1_tp_intr_enable()
86 writel(0, tp->adapter->regs + A_TP_INT_ENABLE); in t1_tp_intr_enable()
87 writel(tp_intr | F_PL_INTR_TP, in t1_tp_intr_enable()
99 writel(0, tp->adapter->regs + FPGA_TP_ADDR_INTERRUPT_ENABLE); in t1_tp_intr_disable()
100 writel(tp_intr & ~FPGA_PCIX_INTERRUPT_TP, in t1_tp_intr_disable()
105 writel(0, tp->adapter->regs + A_TP_INT_ENABLE); in t1_tp_intr_disable()
106 writel(tp_intr & ~F_PL_INTR_TP, in t1_tp_intr_disable()
115 writel(0xffffffff, in t1_tp_intr_clear()
117 writel(FPGA_PCIX_INTERRUPT_TP, tp->adapter->regs + A_PL_CAUSE); in t1_tp_intr_clear()
121 writel(0xffffffff, tp->adapter->regs + A_TP_INT_CAUSE); in t1_tp_intr_clear()
122 writel(F_PL_INTR_TP, tp->adapter->regs + A_PL_CAUSE); in t1_tp_intr_clear()
136 writel(cause, tp->adapter->regs + A_TP_INT_CAUSE); in t1_tp_intr_handler()
148 writel(val, tp->adapter->regs + A_TP_GLOBAL_CONFIG); in set_csum_offload()
170 writel(F_TP_RESET, adapter->regs + A_TP_RESET); in t1_tp_reset()