Searched refs:MA_INT_CAUSE_A (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 3508 uint32_t v, status = csio_rd_reg32(hw, MA_INT_CAUSE_A); in csio_ma_intr_handler() 3519 csio_wr_reg32(hw, status, MA_INT_CAUSE_A); in csio_ma_intr_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 3508 uint32_t v, status = csio_rd_reg32(hw, MA_INT_CAUSE_A); in csio_ma_intr_handler() 3519 csio_wr_reg32(hw, status, MA_INT_CAUSE_A); in csio_ma_intr_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_regs.h | 1025 #define MA_INT_CAUSE_A 0x77e0 macro
|
H A D | t4_hw.c | 4916 u32 v, status = t4_read_reg(adap, MA_INT_CAUSE_A); in ma_intr_handler() 4935 t4_write_reg(adap, MA_INT_CAUSE_A, status); in ma_intr_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_regs.h | 1031 #define MA_INT_CAUSE_A 0x77e0 macro
|
H A D | t4_hw.c | 4886 u32 v, status = t4_read_reg(adap, MA_INT_CAUSE_A); in ma_intr_handler() 4905 t4_write_reg(adap, MA_INT_CAUSE_A, status); in ma_intr_handler()
|
Completed in 49 milliseconds