Lines Matching refs:chip_bid
159 def _restore_original_image(self, chip_bid, chip_flags):
167 chip_bid: the integer representation of chip board id or None if the
180 chip_bid=chip_bid, chip_flags=chip_flags)
225 chip_bid_info = self._original_state['chip_bid']
227 chip_bid = None if bid_is_erased else chip_bid_info[0]
230 self._restore_original_image(chip_bid, chip_flags)
262 state['chip_bid'] = cr50_utils.GetChipBoardId(self.host)
263 state['chip_bid_str'] = '%08x:%08x:%08x' % state['chip_bid']
464 expect_rollback=False, chip_bid=None, chip_flags=None):
476 chip_bid: the integer representation of chip board id or None if the
501 self.cr50.rollback(chip_bid=chip_bid, chip_flags=chip_flags)