Searched refs:UNKNOWN (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | smc91111_eeprom.c | 25 #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 D | power_chrg.h | 21 UNKNOWN, enumerator
|
| /rk3399_rockchip-uboot/board/birdland/bav335x/ |
| H A D | board.h | 17 enum board_type {UNKNOWN, BAV335A, BAV335B}; enumerator
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 41 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 D | kconfiglib.py | 788 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 D | fdtdec.c | 34 COMPAT(UNKNOWN, "<none>"),
|