Searched refs:A_XGM_INT_CAUSE (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 215 A_XGM_INT_CAUSE + pi->mac.offset, in t3_os_link_fault() 269 A_XGM_INT_CAUSE + pi->mac.offset, in t3_os_link_changed() 2720 cause = t3_read_reg(adapter, A_XGM_INT_CAUSE + mac->offset); in t3_adap_check_task() 2727 t3_write_reg(adapter, A_XGM_INT_CAUSE + mac->offset, reset); in t3_adap_check_task()
|
D | t3_hw.c | 1819 u32 cause = t3_read_reg(adap, A_XGM_INT_CAUSE + mac->offset) & in mac_intr_handler() 1852 t3_write_reg(adap, A_XGM_INT_CAUSE + mac->offset, cause); in mac_intr_handler() 2120 t3_write_reg(adapter, XGM_REG(A_XGM_INT_CAUSE, idx), 0xffffffff); in t3_port_intr_clear() 2121 t3_read_reg(adapter, XGM_REG(A_XGM_INT_CAUSE, idx)); /* flush */ in t3_port_intr_clear()
|
D | regs.h | 2449 #define A_XGM_INT_CAUSE 0x8d8 macro
|