Searched refs:A_PL_INT_ENABLE0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 923 t3_write_reg(sc, A_PL_INT_ENABLE0, sc->slow_intr_mask); in sge_slow_intr_handler() 924 (void) t3_read_reg(sc, A_PL_INT_ENABLE0); in sge_slow_intr_handler() 3040 t3_write_reg(adap, A_PL_INT_ENABLE0, 0); in t3b_intr() 3041 (void) t3_read_reg(adap, A_PL_INT_ENABLE0); in t3b_intr() 3072 t3_write_reg(adap, A_PL_INT_ENABLE0, 0); in t3_intr_msi() 3073 (void) t3_read_reg(adap, A_PL_INT_ENABLE0); in t3_intr_msi()
|
H A D | cxgb_main.c | 2220 t3_write_reg(sc, A_PL_INT_ENABLE0, 0); in cxgb_async_intr() 2221 (void) t3_read_reg(sc, A_PL_INT_ENABLE0); in cxgb_async_intr()
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_hw.c | 2357 t3_write_reg(adapter, A_PL_INT_ENABLE0, adapter->slow_intr_mask); in t3_intr_enable() 2358 (void) t3_read_reg(adapter, A_PL_INT_ENABLE0); /* flush */ in t3_intr_enable() 2370 t3_write_reg(adapter, A_PL_INT_ENABLE0, 0); in t3_intr_disable() 2371 (void) t3_read_reg(adapter, A_PL_INT_ENABLE0); /* flush */ in t3_intr_disable()
|
H A D | cxgb_regs.h | 6367 #define A_PL_INT_ENABLE0 0x6e0 macro
|