Home
last modified time | relevance | path

Searched refs:SGE_INT_CAUSE1_A (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c2735 v = (uint64_t)csio_rd_reg32(hw, SGE_INT_CAUSE1_A) | in csio_sge_intr_handler()
2741 SGE_INT_CAUSE1_A); in csio_sge_intr_handler()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2367 v = (u64)t4_read_reg(adapter, SGE_INT_CAUSE1_A) | in sge_intr_handler()
2372 t4_write_reg(adapter, SGE_INT_CAUSE1_A, v); in sge_intr_handler()
Dt4_regs.h195 #define SGE_INT_CAUSE1_A 0x1024 macro