Searched refs:current_pr (Results 1 – 4 of 4) sorted by relevance
277 current_pr = self.get_pd_state(port)282 logging.info('Power swap: %s -> %s', current_pr, new_pr)285 return bool(current_pr != new_pr)
365 current_pr = self.utils.get_pd_state(self.port)370 logging.info('Power swap: %s -> %s', current_pr, new_pr)374 return current_pr != new_pr
227 value *current_pr; variable
1546 if (alu.current_pr) in dump_regmap()1547 sblog << " current_PR: " << *alu.current_pr << "\n"; in dump_regmap()1978 current_ar(), current_pr(), current_idx() {} in alu_clause_tracker()2015 assert(!current_pr); in emit_clause()2037 unsigned reserve_slots = (current_ar ? 1 : 0) + (current_pr ? 1 : 0); in check_clause_limits()