Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c2683 uint32_t pl = csio_rd_reg32(hw, PL_INT_ENABLE_A); in csio_hw_intr_enable()
2712 csio_wr_reg32(hw, pl, PL_INT_ENABLE_A); in csio_hw_intr_enable()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h2997 #define PL_INT_ENABLE_A 0x19410 macro
H A Dt4_hw.c5005 u32 enable = t4_read_reg(adapter, PL_INT_ENABLE_A); in t4_slow_intr_handler()