Searched refs:A_XGM_INT_CAUSE (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 1788 u32 cause = t3_read_reg(adap, A_XGM_INT_CAUSE + mac->offset) & in mac_intr_handler() 1821 t3_write_reg(adap, A_XGM_INT_CAUSE + mac->offset, cause); in mac_intr_handler() 2089 t3_write_reg(adapter, XGM_REG(A_XGM_INT_CAUSE, idx), 0xffffffff); in t3_port_intr_clear() 2090 t3_read_reg(adapter, XGM_REG(A_XGM_INT_CAUSE, idx)); /* flush */ in t3_port_intr_clear()
|
D | cxgb3_main.c | 218 A_XGM_INT_CAUSE + pi->mac.offset, in t3_os_link_fault() 272 A_XGM_INT_CAUSE + pi->mac.offset, in t3_os_link_changed() 2751 cause = t3_read_reg(adapter, A_XGM_INT_CAUSE + mac->offset); in t3_adap_check_task() 2758 t3_write_reg(adapter, A_XGM_INT_CAUSE + mac->offset, reset); in t3_adap_check_task()
|
D | regs.h | 2417 #define A_XGM_INT_CAUSE 0x8d8 macro
|