Home
last modified time | relevance | path

Searched refs:UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/examples/standalone/
H A Dsmc91111_eeprom.c25 #define UNKNOWN 0x4 macro
61 what = UNKNOWN; in smc91111_eeprom()
156 what = UNKNOWN; in smc91111_eeprom()
183 what = UNKNOWN; in smc91111_eeprom()
/rk3399_rockchip-uboot/include/power/
H A Dpower_chrg.h21 UNKNOWN, enumerator
/rk3399_rockchip-uboot/board/birdland/bav335x/
H A Dboard.h17 enum board_type {UNKNOWN, BAV335A, BAV335B}; enumerator
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_infineon.c41 UNKNOWN, enumerator
51 [UNKNOWN] = "unknown/fallback to slb9635",
81 if ((chip->chip_type == SLB9635) || (chip->chip_type == UNKNOWN)) { in tpm_tis_i2c_read()
541 if (chip->chip_type != UNKNOWN && vendor != expected_did_vid) { in tpm_tis_i2c_init()
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py788 if choice.type == UNKNOWN:
790 if item.type != UNKNOWN:
796 if item.type == UNKNOWN:
1901 if self.type == UNKNOWN:
2301 self.type = UNKNOWN
2851 self.type = UNKNOWN
3466 UNKNOWN, BOOL, TRISTATE, STRING, HEX, INT = range(6) variable
3469 TYPENAME = {UNKNOWN: "unknown", BOOL: "bool", TRISTATE: "tristate",
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c34 COMPAT(UNKNOWN, "<none>"),