A_SG_INT_CAUSE
writel(0xffffffff, sge->adapter->regs + A_SG_INT_CAUSE);
u32 cause = readl(adapter->regs + A_SG_INT_CAUSE);
writel(cause, adapter->regs + A_SG_INT_CAUSE);
status = t3_read_reg(adapter, A_SG_INT_CAUSE);
t3_write_reg(adapter, A_SG_INT_CAUSE, reset);
unsigned int v, status = t3_read_reg(adapter, A_SG_INT_CAUSE) &
t3_write_reg(adapter, A_SG_INT_CAUSE, status);
A_SG_INT_CAUSE,