Searched refs:UNKNOWN (Results 1 - 6 of 6) sorted by path

/u-boot/include/power/
H A Dpower_chrg.h20 UNKNOWN, enumerator in enum:__anon1335
/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c64 UNKNOWN = 0x03, enumerator in enum:board_type
436 case UNKNOWN:
484 case UNKNOWN:
/u-boot/drivers/gpio/
H A Dmcp230xx_gpio.c19 UNKNOWN = 0, enumerator in enum:mcp230xx_type
/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c41 UNKNOWN, enumerator in enum:i2c_chip_type
51 [UNKNOWN] = "unknown/fallback to slb9635",
81 if ((chip->chip_type == SLB9635) || (chip->chip_type == UNKNOWN)) {
542 if (chip->chip_type != UNKNOWN && vendor != expected_did_vid) {
/u-boot/lib/
H A Dfdtdec.c53 COMPAT(UNKNOWN, "<none>"),
/u-boot/tools/buildman/
H A Dkconfiglib.py3281 # UNKNOWN is falsy
3794 else: # UNKNOWN
4004 The type of the symbol. One of BOOL, TRISTATE, STRING, INT, HEX, UNKNOWN.
4005 UNKNOWN is for undefined symbols, (non-special) constant symbols, and
4303 if not self.orig_type: # UNKNOWN
4437 if self.orig_type: # != UNKNOWN
4787 # - UNKNOWN == 0
5014 The type of the choice. One of BOOL, TRISTATE, UNKNOWN. UNKNOWN is for
5384 # - UNKNOWN
6983 UNKNOWN = 0 variable
[all...]

Completed in 114 milliseconds