Lines Matching refs:tmp_reg
15549 uint32_t tmp_reg = REG_RD(sc, BXE_PREV_UNDI_PROD_ADDR(port)); in bxe_prev_unload_undi_inc() local
15551 rcq = BXE_PREV_UNDI_RCQ(tmp_reg) + inc; in bxe_prev_unload_undi_inc()
15552 bd = BXE_PREV_UNDI_BD(tmp_reg) + inc; in bxe_prev_unload_undi_inc()
15554 tmp_reg = BXE_PREV_UNDI_PROD(rcq, bd); in bxe_prev_unload_undi_inc()
15555 REG_WR(sc, BXE_PREV_UNDI_PROD_ADDR(port), tmp_reg); in bxe_prev_unload_undi_inc()
15565 uint32_t reset_reg, tmp_reg = 0, rc; in bxe_prev_unload_common() local
15599 tmp_reg = REG_RD(sc, DORQ_REG_NORM_CID_OFST); in bxe_prev_unload_common()
15600 if (tmp_reg == 0x7) { in bxe_prev_unload_common()
15611 tmp_reg = REG_RD(sc, BRB1_REG_NUM_OF_FULL_BLOCKS); in bxe_prev_unload_common()
15613 prev_brb = tmp_reg; in bxe_prev_unload_common()
15615 tmp_reg = REG_RD(sc, BRB1_REG_NUM_OF_FULL_BLOCKS); in bxe_prev_unload_common()
15616 if (!tmp_reg) { in bxe_prev_unload_common()
15620 BLOGD(sc, DBG_LOAD, "BRB still has 0x%08x\n", tmp_reg); in bxe_prev_unload_common()
15623 if (prev_brb > tmp_reg) { in bxe_prev_unload_common()