Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 132) sorted by relevance

123456

/arch/riscv/lib/
A Dsbi.c33 ret.error = a0; in sbi_ecall()
67 if (!ret.error) in sbi_get_spec_version()
85 if (!ret.error) in sbi_get_impl_id()
104 if (ret.error) in sbi_get_impl_version()
123 if (!ret.error) in sbi_probe_extension()
142 if (ret.error) in sbi_get_mvendorid()
164 if (ret.error) in sbi_get_marchid()
186 if (ret.error) in sbi_get_mimpid()
220 return ret.error; in sbi_dbcn_write_byte()
247 return ret.error; in sbi_console_getchar()
/arch/arm/mach-mvebu/
A Dspl.c30 #error CONFIG_SYS_SPI_U_BOOT_OFFS must be set to 0
51 #error CONFIG_SYS_MMCSD_FS_BOOT is unsupported
54 #error CONFIG_SYS_MMCSD_FS_BOOT_PARTITION is unsupported
57 #error CONFIG_SUPPORT_EMMC_BOOT_OVERRIDE_PART_CONFIG is unsupported
60 #error CONFIG_SYS_MMCSD_RAW_MODE_EMMC_BOOT_PARTITION is unsupported
63 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION is unsupported
66 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR must be enabled for SD/eMMC boot support
70 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR must be set to 0
75 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET must be set to either 0 or 4096
87 #error CONFIG_SPL_SATA_RAW_U_BOOT_SECTOR must be set to 1
/arch/riscv/include/asm/
A Dasm.h20 #error "Unexpected __riscv_xlen"
49 #error "Unexpected __SIZEOF_POINTER__"
57 #error "Unexpected __SIZEOF_INT__"
65 #error "Unexpected __SIZEOF_SHORT__"
/arch/m68k/lib/
A Dbootm.c51 goto error; in do_bootm_linux()
58 goto error; in do_bootm_linux()
80 error: in do_bootm_linux()
A Dtime.c29 # error "uDelay base not defined!"
33 # error "TMR_BASE, INTR_BASE, TMRINTR_NO or TMRINTR_MASk not defined!"
/arch/arm/dts/
A Dstm32mp157c-odyssey-u-boot.dtsi15 u-boot,error-led = "error";
19 label = "error";
/arch/arm/mach-imx/
A Dcmd_dek.c103 goto error; in blob_encap_dek()
112 goto error; in blob_encap_dek()
137 error: in blob_encap_dek()
243 goto error; in blob_encap_dek()
251 goto error; in blob_encap_dek()
262 goto error; in blob_encap_dek()
274 error: in blob_encap_dek()
/arch/x86/lib/
A Dbootm.c112 goto error; in boot_prep_linux()
125 goto error; in boot_prep_linux()
134 goto error; in boot_prep_linux()
149 error: in boot_prep_linux()
/arch/mips/mach-octeon/
A Dcvmx-helper-sfp.c631 goto error; in cvmx_sfp_read_i2c_eeprom()
671 error: in cvmx_sfp_read_i2c_eeprom()
744 bool error = false; in cvmx_sfp_read_all_modules() local
759 error = true; in cvmx_sfp_read_all_modules()
1193 error = true; in cvmx_sfp_validate_quad()
1204 error = true; in cvmx_sfp_validate_quad()
1222 return error; in cvmx_sfp_validate_quad()
1276 error = true; in cvmx_sfp_validate_module()
1285 error = true; in cvmx_sfp_validate_module()
1296 error = true; in cvmx_sfp_validate_module()
[all …]
/arch/x86/include/asm/
A Dmtrr.h232 # error "CONFIG_XIP_ROM_SIZE is not a power of 2"
236 # error "CONFIG_CACHE_ROM_SIZE is not a power of 2"
/arch/arm/include/asm/arch-mx6/
A Dimx-rdc.h12 #error "Please select cpu"
/arch/arm/include/asm/arch-mx7/
A Dimx-rdc.h12 #error "Please select cpu"
A Dmx7-pins.h15 #error "Please select cpu"
/arch/arm/include/asm/arch-imx8/
A Dimx8-pins.h14 #error "No pin header"
/arch/arm/include/asm/arch-sunxi/
A Ddma.h12 #error "DMA definition not available for this architecture"
/arch/arm/mach-sc5xx/init/
A Ddmcinit.h25 #error "No DDR part name is defined for this board."
/arch/arm/include/asm/
A Datomic.h20 #error SMP not supported
/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.h175 char error[255]; member
226 sprintf(data->error, args); \
228 log_err("Error: %s\n", data->error); } \
A Dstm32prog_serial.c579 bool error; in download_command() local
648 error = stm32prog_serial_get_buffer(data->buffer, &counter); in download_command()
651 if (!error) { in download_command()
653 error = !!(rcv < 0); in download_command()
657 if (error) { in download_command()
735 goto error; in read_partition_command()
748 goto error; in read_partition_command()
784 error: in read_partition_command()
/arch/arm/mach-at91/include/mach/
A Dat91sam9_matrix.h22 #error "Unsupported AT91SAM9/CAP9 processor"
/arch/mips/include/asm/
A Dsgidefs.h15 #error Use a Linux compiler or give up.
/arch/mips/mach-octeon/include/mach/
A Dcvmx-hwfau.h53 u64 error : 1; member
63 u64 error : 1; member
73 u64 error : 1; member
83 u64 error : 1; member
/arch/mips/lib/
A Dlibgcc.h17 #error I feel sick.
/arch/sh/lib/
A Dlibgcc.h17 #error I feel sick.
/arch/sandbox/include/asm/
A Dmalloc.h24 #error "This sandbox header file cannot be included with malloc.h"

Completed in 39 milliseconds

123456