Lines Matching refs:tmp_reg
15615 uint32_t tmp_reg = REG_RD(sc, BXE_PREV_UNDI_PROD_ADDR(port)); in bxe_prev_unload_undi_inc() local
15617 rcq = BXE_PREV_UNDI_RCQ(tmp_reg) + inc; in bxe_prev_unload_undi_inc()
15618 bd = BXE_PREV_UNDI_BD(tmp_reg) + inc; in bxe_prev_unload_undi_inc()
15620 tmp_reg = BXE_PREV_UNDI_PROD(rcq, bd); in bxe_prev_unload_undi_inc()
15621 REG_WR(sc, BXE_PREV_UNDI_PROD_ADDR(port), tmp_reg); in bxe_prev_unload_undi_inc()
15631 uint32_t reset_reg, tmp_reg = 0, rc; in bxe_prev_unload_common() local
15665 tmp_reg = REG_RD(sc, DORQ_REG_NORM_CID_OFST); in bxe_prev_unload_common()
15666 if (tmp_reg == 0x7) { in bxe_prev_unload_common()
15677 tmp_reg = REG_RD(sc, BRB1_REG_NUM_OF_FULL_BLOCKS); in bxe_prev_unload_common()
15679 prev_brb = tmp_reg; in bxe_prev_unload_common()
15681 tmp_reg = REG_RD(sc, BRB1_REG_NUM_OF_FULL_BLOCKS); in bxe_prev_unload_common()
15682 if (!tmp_reg) { in bxe_prev_unload_common()
15686 BLOGD(sc, DBG_LOAD, "BRB still has 0x%08x\n", tmp_reg); in bxe_prev_unload_common()
15689 if (prev_brb > tmp_reg) { in bxe_prev_unload_common()