Lines Matching refs:tmp_reg
15518 uint32_t tmp_reg = REG_RD(sc, BXE_PREV_UNDI_PROD_ADDR(port)); in bxe_prev_unload_undi_inc() local
15520 rcq = BXE_PREV_UNDI_RCQ(tmp_reg) + inc; in bxe_prev_unload_undi_inc()
15521 bd = BXE_PREV_UNDI_BD(tmp_reg) + inc; in bxe_prev_unload_undi_inc()
15523 tmp_reg = BXE_PREV_UNDI_PROD(rcq, bd); in bxe_prev_unload_undi_inc()
15524 REG_WR(sc, BXE_PREV_UNDI_PROD_ADDR(port), tmp_reg); in bxe_prev_unload_undi_inc()
15534 uint32_t reset_reg, tmp_reg = 0, rc; in bxe_prev_unload_common() local
15568 tmp_reg = REG_RD(sc, DORQ_REG_NORM_CID_OFST); in bxe_prev_unload_common()
15569 if (tmp_reg == 0x7) { in bxe_prev_unload_common()
15580 tmp_reg = REG_RD(sc, BRB1_REG_NUM_OF_FULL_BLOCKS); in bxe_prev_unload_common()
15582 prev_brb = tmp_reg; in bxe_prev_unload_common()
15584 tmp_reg = REG_RD(sc, BRB1_REG_NUM_OF_FULL_BLOCKS); in bxe_prev_unload_common()
15585 if (!tmp_reg) { in bxe_prev_unload_common()
15589 BLOGD(sc, DBG_LOAD, "BRB still has 0x%08x\n", tmp_reg); in bxe_prev_unload_common()
15592 if (prev_brb > tmp_reg) { in bxe_prev_unload_common()