Searched refs:error (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/u-boot/arch/arm/include/asm/arch-mx6/
H A Dimx-rdc.h12 #error "Please select cpu"
/u-boot/arch/arm/include/asm/arch-mx7/
H A Dimx-rdc.h12 #error "Please select cpu"
H A Dmx7-pins.h15 #error "Please select cpu"
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddma.h12 #error "DMA definition not available for this architecture"
/u-boot/drivers/sound/
H A Dmax98088.c33 * Return: 0 for success or negative error code.
57 * Return: -EIO for error, 0 for success.
62 int error; local
67 error = maxim_bic_or(priv, M98088_REG_DAI1_FORMAT,
71 error = maxim_bic_or(priv, M98088_REG_DAI1_FORMAT,
80 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, M98088_SHDNRUN, 0);
88 error |= maxim_bic_or(priv, M98088_REG_DAI1_CLKMODE,
94 error |= maxim_bic_or(priv, M98088_REG_DAI1_FILTERS,
97 error |= maxim_bic_or(priv, M98088_REG_DAI1_FILTERS,
100 error |
122 int error = 0; local
172 int error = 0; local
286 int error = 0; local
313 int error; local
[all...]
H A Dmax98090.c28 * Return: -EIO for error, 0 for success.
33 int error; local
39 error = maxim_bic_or(priv, M98090_REG_INTERFACE_FORMAT,
51 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG,
54 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG,
59 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG,
62 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG,
65 if (error < 0) {
80 * Return: -EIO for error, 0 for success.
84 int error local
130 int error = 0; local
239 int error = 0; local
267 int error; local
[all...]
H A Dmax98095.c32 * Return: 0 for success or negative error code.
56 * Return: 0 for success or negative error code.
63 int error; local
80 error = maxim_bic_or(priv, M98095_DAI_FORMAT, M98095_DAI_WS, 0);
83 error = maxim_bic_or(priv, M98095_DAI_FORMAT, M98095_DAI_WS,
99 error |= maxim_bic_or(priv, M98095_DAI_CLKMODE, M98095_CLKMODE_MASK,
104 error |= maxim_bic_or(priv, M98095_DAI_FILTERS,
107 error |= maxim_bic_or(priv, M98095_DAI_FILTERS,
110 if (error < 0) {
124 * Return: 0 for success or negative error cod
128 int error = 0; local
172 int error = 0; local
332 int error; local
[all...]
/u-boot/cmd/broadcom/
H A Dnitro_image_load.c72 goto error;
76 goto error;
79 goto error;
82 goto error;
85 goto error;
91 goto error;
94 goto error;
103 goto error;
106 goto error;
113 goto error;
[all...]
/u-boot/lib/libavb/
H A Davb_version.h7 #error "Never include this file directly, include libavb.h instead."
H A Davb_rsa.h12 #error "You can't include avb_rsa.h in the public header libavb.h."
16 #error "Never include this file, it may only be used from internal avb code."
H A Davb_cmdline.h7 #error "You can't include avb_sha.h in the public header libavb.h."
11 #error "Never include this file, it may only be used from internal avb code."
/u-boot/include/
H A Dconfig_fallbacks.h15 #error CONFIG_SPL_PAD_TO < CONFIG_SPL_MAX_SIZE
H A Defi_default_filename.h33 #error Unsupported UEFI architecture
51 #error Unsupported UEFI architecture
/u-boot/arch/mips/include/asm/
H A Dsgidefs.h15 #error Use a Linux compiler or give up.
/u-boot/arch/riscv/include/asm/
H A Dasm.h20 #error "Unexpected __riscv_xlen"
49 #error "Unexpected __SIZEOF_POINTER__"
57 #error "Unexpected __SIZEOF_INT__"
65 #error "Unexpected __SIZEOF_SHORT__"
/u-boot/arch/arm/include/asm/arch-imx8/
H A Dimx8-pins.h14 #error "No pin header"
/u-boot/drivers/crypto/fsl/
H A Derror.c7 * Derived from error.c file in linux drivers/crypto/caam
34 { 0x00, "No error." },
61 { 0x1C, "DECO Watchdog timer timeout error" },
65 "that had an unmasked Descriptor error" },
66 { 0x1F, "LIODN error" },
68 { 0x21, "Nonce error" },
70 { 0x23, "Read Input Frame error" },
71 { 0x24, "JDKEK, TDKEK or TDSK not loaded error" },
72 { 0x80, "DNR (do not run) error" },
75 { 0x83, "Anti-replay LATE error" },
139 report_ccb_status(const u32 status, const char *error) argument
180 report_jump_status(const u32 status, const char *error) argument
187 report_deco_status(const u32 status, const char *error) argument
216 report_jr_status(const u32 status, const char *error) argument
223 report_cond_code_status(const u32 status, const char *error) argument
235 const char *error; member in struct:stat_src
247 const char *error = status_src[ssrc].error; local
[all...]
/u-boot/drivers/mtd/ubi/
H A Dcrc32defs.h23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
/u-boot/test/
H A Dtime_ut.c84 long error; local
93 error = delta_us - 1000000;
94 printf("%s: Microsecond time for 1 second: %lu, error = %ld\n",
95 __func__, delta_us, error);
96 if (abs(error) > 1000)
104 long error; local
112 error = delta - 1000;
113 printf("%s: Delay time for 1000 udelay(1000): %lu ms, error = %ld\n",
114 __func__, delta, error);
115 if (abs(error) > 10
[all...]
/u-boot/board/mntre/imx8mq_reform2/
H A Dlpddr4_timing_ch2.h45 #error unsupported memory size
57 #error unsupported memory rank/size
75 #error unsupported memory rank/size
85 #error unsupported rank bits
90 #error unsupported options
93 #error unsupported options
/u-boot/test/dm/
H A Dk210_pll.c17 s64 error, best_error; local
20 error = best_error;
33 error = DIV_ROUND_CLOSEST_ULL(f * inv_ratio,
36 error = abs64((error - BIT_ULL(32))) >> 16;
37 if (error < best_error) {
41 best_error = error;
/u-boot/tools/gdb/
H A DMakefile39 gdbsend-objs := gdbsend.o error.o remote.o serial.o
40 gdbcont-objs := gdbcont.o error.o remote.o serial.o
/u-boot/include/linux/
H A Derr.h12 * scheme where we can return either an error code or a dentry
16 * error and pointer decisions.
24 static inline void *ERR_PTR(long error) argument
26 return (void *)(CONFIG_ERR_PTR_OFFSET + error);
45 * ERR_CAST - Explicitly cast an error-valued pointer to another pointer type
48 * Explicitly cast an error-valued pointer to another pointer type in such a
/u-boot/include/configs/
H A Dmxs.h27 #error Select either CONFIG_MX23 or CONFIG_MX28 , never both!
29 #error Select one of CONFIG_MX23 or CONFIG_MX28 !
/u-boot/lib/efi_loader/
H A Ddtbdump.c44 * error() - print error string
46 * @string: error text
48 static void error(u16 *string) function
230 error(u"load <dtb> - load device-tree from file\r\n");
231 error(u"save <dtb> - save device-tree to file\r\n");
232 error(u"exit - exit the shell\r\n");
253 error(u"Loaded image protocol not found\r\n");
274 error(u"Failed to open simple file system protocol\r\n");
302 error(
[all...]

Completed in 154 milliseconds

1234567891011>>