Searched refs:tri_value (Results 1 – 2 of 2) sorted by relevance
1411 sym.tri_value == 2:1538 if not (sym.orig_type in _BOOL_TRISTATE and not sym.tri_value):3912 ((self.choice and self.choice.tri_value == 2) or3913 not self.kconfig.modules.tri_value):3929 self._cached_str_val = TRI_TO_STR[self.tri_value]4061 def tri_value(self): member in Symbol4768 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value:4778 return TRI_TO_STR[self.tri_value]4781 def tri_value(self): member in Choice5013 if self.tri_value != 2:[all …]
1507 val_index = sc.assignable.index(sc.tri_value)2819 not (sym.choice and sym.choice.tri_value == 2):2823 if isinstance(node.item, Choice) and node.item.tri_value == 2:2879 tri_val_str = (" ", "M", "*")[item.tri_value]