Searched refs:A_SG_INT_CAUSE (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 928 writel(0xffffffff, sge->adapter->regs + A_SG_INT_CAUSE); in t1_sge_intr_clear() 937 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 | 241 #define A_SG_INT_CAUSE 0xbc macro
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2873 unsigned int v, status = t3_read_reg(adapter, A_SG_INT_CAUSE) & in t3_sge_err_intr_handler() 2903 t3_write_reg(adapter, A_SG_INT_CAUSE, status); in t3_sge_err_intr_handler()
|
D | cxgb3_main.c | 2765 status = t3_read_reg(adapter, A_SG_INT_CAUSE); in t3_adap_check_task() 2786 t3_write_reg(adapter, A_SG_INT_CAUSE, reset); in t3_adap_check_task()
|
D | regs.h | 190 #define A_SG_INT_CAUSE 0x5c macro
|
D | t3_hw.c | 1995 A_SG_INT_CAUSE, in t3_intr_clear()
|