MA_INT_CAUSE_A
u32 v, status = t4_read_reg(adap, MA_INT_CAUSE_A);
t4_write_reg(adap, MA_INT_CAUSE_A, status);
uint32_t v, status = csio_rd_reg32(hw, MA_INT_CAUSE_A);
csio_wr_reg32(hw, status, MA_INT_CAUSE_A);