Searched refs:A_SG_INT_CAUSE (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 932 writel(0xffffffff, sge->adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_clear() 941 u32 cause = readl(adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_error_handler() 968 writel(cause, adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_error_handler()
|
D | regs.h | 250 #define A_SG_INT_CAUSE 0xbc macro
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2803 unsigned int v, status = t3_read_reg(adapter, A_SG_INT_CAUSE) & in t3_sge_err_intr_handler() 2833 t3_write_reg(adapter, A_SG_INT_CAUSE, status); in t3_sge_err_intr_handler()
|
D | cxgb3_main.c | 2737 status = t3_read_reg(adapter, A_SG_INT_CAUSE); in t3_adap_check_task() 2758 t3_write_reg(adapter, A_SG_INT_CAUSE, reset); in t3_adap_check_task()
|
D | regs.h | 189 #define A_SG_INT_CAUSE 0x5c macro
|
D | t3_hw.c | 2026 A_SG_INT_CAUSE, in t3_intr_clear()
|