Searched refs:unknown (Results 1 - 20 of 20) sorted by relevance

/u-boot/board/ti/common/
H A Dboard_detect.c695 char *unknown = "unknown"; local
703 env_set("board_name", unknown);
708 env_set("board_rev", unknown);
713 env_set("board_serial", unknown);
718 char *unknown = "unknown"; local
726 env_set("board_name", unknown);
731 env_set("board_rev", unknown);
736 env_set("board_software_revision", unknown);
[all...]
/u-boot/include/linux/
H A Dedd.h102 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon1253
157 } __attribute__ ((packed)) unknown; member in union:edd_device_params::__anon1260
/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dfpga_manager_arria10.h101 unknown, enumerator in enum:rbf_type
/u-boot/scripts/
H A DMakefile.extrawarn63 $(error W=$(KBUILD_ENABLE_EXTRA_GCC_CHECKS) is unknown)
H A Dcheckpatch.pl1214 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
7539 "unknown module license " . $extracted_string . "\n" . $herecurr);
/u-boot/drivers/usb/host/
H A Dxhci.c975 printf("unknown value DT_STRING %x\n",
977 goto unknown;
981 printf("unknown value %x\n", le16_to_cpu(req->value));
982 goto unknown;
994 printf("unknown value %x\n", le16_to_cpu(req->value));
995 goto unknown;
1082 printf("unknown feature %x\n", le16_to_cpu(req->value));
1083 goto unknown;
1105 printf("unknown feature %x\n", le16_to_cpu(req->value));
1106 goto unknown;
[all...]
H A Dehci-hcd.c789 debug("unknown value DT_STRING %x\n",
791 goto unknown;
795 debug("unknown value %x\n", le16_to_cpu(req->value));
796 goto unknown;
807 debug("unknown value %x\n", le16_to_cpu(req->value));
808 goto unknown;
943 debug("unknown feature %x\n", le16_to_cpu(req->value));
944 goto unknown;
973 debug("unknown feature %x\n", le16_to_cpu(req->value));
974 goto unknown;
[all...]
/u-boot/include/
H A Dpart_efi.h136 __le16 unknown; member in struct:_legacy_mbr
/u-boot/drivers/usb/gadget/
H A Dcomposite.c1034 goto unknown;
1041 goto unknown;
1096 goto unknown;
1103 goto unknown;
1117 goto unknown;
1131 goto unknown;
1143 goto unknown;
1157 unknown:
H A Df_mass_storage.c581 "unknown class-specific control req "
1527 * this must be CB or CBI with an unknown command. We mustn't
1803 static char unknown[16]; local
2039 sprintf(unknown, "Unknown x%02x", common->cmnd[0]);
2041 DATA_DIR_UNKNOWN, 0xff, 0, unknown);
/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dhi6220_regs_alwayson.h17 u32 unknown; member in struct:alwayson_sc_regs
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h188 u32 unknown; /* 0x300 */ member in struct:sunxi_hdmi_reg
/u-boot/drivers/input/
H A Dapple_spi_kbd.c97 u8 unknown; member in struct:apple_spi_kbd_msg
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspeed.c470 #error CONFIG_SYS_FSL_NUM_CC_PLLS not set or unknown case
604 * 85xx, but only the 8544 has cfg_sec_freq, so it's unknown if the
/u-boot/lib/efi_loader/
H A Defi_runtime.c77 #error unknown riscv target
/u-boot/drivers/fpga/
H A Dsocfpga_arria10.c534 rbf->section = unknown;
/u-boot/cmd/
H A Di2c.c1115 enum { unknown, EDO, SDRAM, DDR, DDR2, DDR3, DDR4 } type; enumerator in enum:__anon161
1229 type = unknown;
1230 puts ("unknown\n");
1274 default: puts ("unknown\n"); break;
1304 default: puts ("unknown\n"); break;
1319 default: puts ("unknown\n"); break;
/u-boot/common/
H A Dcli_hush.c531 if(cwd==unknown)
535 cwd = unknown;
3486 if (cwd && cwd != unknown)
/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c753 writel(SUNXI_HDMI_UNKNOWN_INPUT_SYNC, &hdmi->unknown);
/u-boot/
H A DMakefile426 -Wbitwise -Wno-return-void -Wno-unknown-attribute \

Completed in 218 milliseconds