Searched refs:ERANGE (Results 1 - 25 of 48) sorted by relevance

12

/u-boot/fs/yaffs2/
H A Dyaffs_error.c31 { ERANGE , "ERANGE"},
H A Dyportenv.h178 #ifndef ERANGE
179 #define ERANGE 34 macro
H A Dyaffs_nameval.c162 return -ERANGE;
/u-boot/drivers/mtd/nand/spi/
H A Dwinbond.c41 return -ERANGE;
53 return -ERANGE;
84 return -ERANGE;
96 return -ERANGE;
H A Dxtx.c47 return -ERANGE;
59 return -ERANGE;
100 return -ERANGE;
112 return -ERANGE;
H A Dparagon.c47 return -ERANGE;
59 return -ERANGE;
H A Desmt.c73 return -ERANGE;
88 return -ERANGE;
H A Dgigadevice.c58 return -ERANGE;
70 return -ERANGE;
116 return -ERANGE;
128 return -ERANGE;
147 return -ERANGE;
159 return -ERANGE;
H A Dmicron.c66 return -ERANGE;
78 return -ERANGE;
99 return -ERANGE;
114 return -ERANGE;
H A Dmacronix.c35 return -ERANGE;
42 return -ERANGE;
H A Dtoshiba.c48 return -ERANGE;
60 return -ERANGE;
/u-boot/drivers/mtd/nand/
H A Dbbt.c76 * Return: a positive number nand_bbt_block_status status or -%ERANGE if @entry
89 return -ERANGE;
109 * Return: 0 in case of success or -%ERANGE if @entry is bigger than the BBT
122 return -ERANGE;
/u-boot/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c86 return -ERANGE;
181 * Returns: 0 upon success or -ERANGE if the reference clock rate is
190 return -ERANGE;
241 return -ERANGE;
/u-boot/drivers/sound/
H A Dsamsung-i2s.c175 return -ERANGE;
194 return -ERANGE;
212 return -ERANGE;
253 return -ERANGE;
317 return -ERANGE;
/u-boot/test/dm/
H A Dmux-mmio.c39 ut_asserteq(-ERANGE, mux_control_get(dev, "mux3", &ctl_err));
113 ut_asserteq(-ERANGE, PTR_ERR(ctl_err));
H A Dregmap.c318 ut_asserteq(-ERANGE, regmap_write(priv->cfg_regmap, REGMAP_TEST_BUF_SZ,
320 ut_asserteq(-ERANGE, regmap_read(priv->cfg_regmap, REGMAP_TEST_BUF_SZ,
322 ut_asserteq(-ERANGE, regmap_write(priv->cfg_regmap, -1, val));
323 ut_asserteq(-ERANGE, regmap_read(priv->cfg_regmap, -1, &val));
/u-boot/include/linux/
H A Derrno.h37 #define ERANGE 34 /* Math result not representable */ macro
/u-boot/disk/
H A Ddisk-uclass.c39 return -ERANGE;
/u-boot/drivers/clk/at91/
H A Dclk-sam9x60-pll.c67 return -ERANGE;
87 return -ERANGE;
168 return -ERANGE;
/u-boot/tools/
H A Dmkenvimage.c59 if (errno == ERANGE)
/u-boot/drivers/fwu-mdata/
H A Dgpt_blk.c108 return -ERANGE;
/u-boot/lib/
H A Derrno_str.c48 ERRNO_MSG(ERANGE, "Math result not representable"),
/u-boot/drivers/core/
H A Dregmap.c430 return -ERANGE;
438 return -ERANGE;
570 return -ERANGE;
577 return -ERANGE;
/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c116 return -ERANGE;
/u-boot/scripts/dtc/
H A Ddtc-lexer.l181 if (errno == ERANGE)
185 /* ERANGE is the only strtoull error triggerable

Completed in 198 milliseconds

12