Searched refs:read (Results 76 - 100 of 393) sorted by relevance

1234567891011>>

/u-boot/drivers/power/pmic/
H A Dtps65090.c44 pr_err("read error %d from device: %p register: %#x!\n", ret,
76 .read = tps65090_read,
H A Dtps65219.c43 pr_err("read error from device: %p register: %#x!\n", dev, reg);
73 .read = tps65219_read,
/u-boot/drivers/block/
H A Dsandbox.c60 .read = host_block_read,
/u-boot/drivers/misc/
H A Daltera_sysid.c84 .read = altera_sysid_read,
/u-boot/cmd/
H A Dread.c69 read, 6, 0, do_rw,
H A Dmtd.c252 pr_err("OTP read failed: %d\n", ret);
258 pr_err("OTP read returns %zu, but %zu expected\n",
471 bool dump, read, raw, woob, write_empty_pages, has_pages = false; local
492 read = dump || !strncmp(cmd, "read", 4);
544 read ? "Reading" : "Writing", len, npages, start_off,
546 !read && write_empty_pages ? " [dontskipff]" : "");
549 read ? "Reading" : "Writing", len, start_off);
562 /* Loop over the pages to do the actual read/write */
571 if (read)
[all...]
/u-boot/common/spl/
H A Dspl_net.c52 load.read = spl_net_load_read;
H A Dspl_semihosting.c47 load.read = smh_fit_read;
52 log_debug("could not read %s: %d\n", filename, ret);
/u-boot/test/dm/
H A Dmdio.c38 ut_assertnonnull(ops->read);
/u-boot/test/image/
H A Dspl_load_os.c35 printf("Failed to read %lx bytes, got %ld (errno=%d)\n",
55 load.read = read_fit_image;
/u-boot/test/py/tests/
H A Dvboot_forge.py191 tag = bytearray(stream.read(4))[3]
195 name += stream.read(4)
210 h = PropHeader.unpack_from(stream.read(PropHeader.size))
212 value = stream.read(length)[:h.value_size]
225 header = HeaderV17.unpack_from(fp.read(HeaderV17.size))
228 # TODO: read/parse reserved regions
230 structs = fp.read(header.size_dt_struct)
232 strings = fp.read(header.size_dt_strings)
H A Dtest_of_migrate.py41 data = inf.read()
/u-boot/arch/arm/cpu/armv7/
H A Dnonsec_virt.S32 mrc p15, 0, \tmp, c0, c1, 1 @ read ID_PFR1
74 mrc p15, 0, r5, c1, c1, 0 @ read SCR
93 mrc p15, 0, r4, c0, c1, 1 @ read ID_PFR1
118 mrc p15, 4, \addr, c15, c0, 0 @ read CBAR
193 mrc p15, 0, r0, c0, c1, 1 @ read ID_PFR1
/u-boot/arch/arm/mach-npcm/npcm7xx/
H A Dl2_cache_pl310_init.S36 @ 1 cycle RAM read access latency
43 @ 2 cycles RAM read access latency
/u-boot/scripts/
H A Dstyle.py31 fname (str): Filename to read
39 data = inf.read()
151 data = inf.read()
/u-boot/scripts/dtc/pylibfdt/
H A Dsetup.py37 long_description = fh.read()
70 for line in fd.read().splitlines():
128 # the case with Python module installation), read the settings from the
/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c70 if (read(ifd, buffer + SPL_HEADER_SIZE, count) != count) {
71 fprintf(stderr, "%s: Can't read %s: %s\n",
/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c65 if (read(ifd, buffer, count) != count) {
66 fprintf(stderr, "%s: Can't read %s: %s\n",
/u-boot/tools/gdb/
H A Dgdbsend.c88 if ((c = read(ifd, image, ist.st_size)) < 0)
89 Perror("read of %d bytes from '%s' failed", ist.st_size, ifn);
92 Error("read of %ld bytes from '%s' failed (%d)", ist.st_size, ifn, c);
H A Dserial.c104 if ((n = read(fd, &ch, 1)) < 0)
/u-boot/arch/mips/mach-mscc/include/mach/
H A Dcommon.h85 int mscc_phy_rd_wr(u8 read,
/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S11 @ RVBAR system register, which is architecturally read-only.
42 mrc 15, 0, r0, cr12, cr0, 2 @ read RMR register
/u-boot/tools/
H A Dzynqmp_pm_cfg_obj_convert.py288 code = in_file.read()
H A Dkey2dtsi.py39 key_data = args.key_file.read()
/u-boot/drivers/pinctrl/starfive/
H A Dpinctrl-jh7110-aon.c10 #include <dm/read.h>

Completed in 226 milliseconds

1234567891011>>