Searched refs:read (Results 276 - 300 of 393) sorted by relevance

<<111213141516

/u-boot/arch/arm/mach-stm32mp/
H A Dcmd_stm32key.c425 "stm32key select [<key>] : Select the key identified by <key> or display the key used for read/fuse command\n"
426 "stm32key read [<addr> | -a ] : Read the curent key at <addr> or current / all (-a) key in OTP\n"
433 U_BOOT_SUBCMD_MKENT(read, 2, 0, do_stm32key_read),
/u-boot/drivers/power/pmic/
H A Drk8xx.c87 printf("PMIC RK%x: Cannot read boot reason.\n",
195 debug("read error to device: %p register: %#x!\n",
206 debug("read error from device: %p register: %#x!\n", dev, reg);
260 /* read Chip variant */
350 .read = rk8xx_read,
/u-boot/drivers/spmi/
H A Dspmi-msm.c75 * PMIC arbiter version 5 uses different register offsets for read/write vs
196 /* Prepare read command */
204 /* Prepare read command */
211 /* Prepare read command */
218 /* Prepare read command */
226 /* Request read */
236 printf("SPMI read failure.\n");
246 .read = msm_spmi_read,
303 /* Mark channels read-only when from different owner */
/u-boot/drivers/misc/
H A Dturris_omnia_mcu.c324 .read = omnia_rng_read,
356 /* try read 32-bit features */
360 /* try read 16-bit features */
H A Dgsc.c15 #include <dm/read.h>
/u-boot/common/spl/
H A Dspl_mmc.c53 load.read = h_spl_load_read;
57 puts("mmc_load_image_raw_sector: mmc block read error\n");
170 puts("mmc_load_image_raw_os: mmc block read error\n");
/u-boot/tools/
H A Difdtool.c676 if (read(region_fd, image + region.base + offset, region_size)
678 perror("Could not read file");
746 if (read(write_fd, image + offset, write_size) != write_size) {
747 perror("Could not read file");
1037 if (!create && read(bios_fd, image, size) != size) {
1038 perror("Could not read file");
H A Dkwboot.c545 n = read(fd, buf, len);
958 perror("Failed to read response for boot message pattern");
1031 rc = read(tty, buf + off, sizeof(buf) - off);
1074 perror("Failed to read response for debug message pattern");
1099 * before above sleep call. So read remaining number of echo characters
1105 perror("Failed to read response");
1512 nin = read(in, buf, sizeof(buf));
1619 * Note that we cannot read this sequence from termios
1625 * and instead let applications to read (possible
1629 * So read "kb
[all...]
/u-boot/drivers/net/
H A Dsni_netsec.c351 static int netsec_get_mac_reg(struct netsec_priv *priv, u32 addr, u32 *read) argument
361 *read = netsec_read_reg(priv, MAC_REG_DATA);
504 * read(e.g. read PHYID1(offset 0x2) register) right after write.
762 bus->read = _netsec_get_phy_reg;
H A Drswitch.c360 static int rswitch_mii_access_c45(struct rswitch_etha *etha, bool read, argument
387 if (read) {
401 /* Clear read completion flag */
994 mdiodev->read = rswitch_mii_read_c45;
H A Dftmac100.c30 /* Timeout for a mdio read/write operation */
352 pr_err("%s: mdio read failed (addr=0x%x reg=0x%x)\n",
393 bus->read = ftmac100_mdio_read;
H A Dbcm6348-eth.c374 bus->read = bcm6348_mdio_read;
500 /* set mib counters to not clear when read */
/u-boot/arch/sandbox/cpu/
H A Dos.c50 return read(fd, buf, count);
201 printf("Not enough memory to read file '%s'\n", fname);
206 printf("Cannot read from file '%s'\n", fname);
346 "\nUnsupported architecture, cannot read program counter\n";
775 ret = read(fd, state->ram_buf, state->ram_size);
989 /* U-Boot will delete ram buffer after read: "--rm_memory"*/
1070 len = read(fd, line, sizeof(line));
/u-boot/drivers/mtd/ubispl/
H A Dubispl.c43 return ubi->read(pnum + ubi->peb_offset, from, len, buf);
218 ubi_err("unable to read volume table");
398 /* If this is a UBI volume table, read it and return */
552 /* read EC values from free list */
560 /* read EC values from used list */
570 /* read EC values from scrub list */
578 /* read EC values from erase list */
586 /* Iterate over all volumes and read their EBA table */
749 ubi_err("unable to read fastmap block# %i EC (PEB: %i)",
773 ubi_err("unable to read fastma
[all...]
/u-boot/cmd/mvebu/
H A Dbubt.c159 size_t (*read)(const char *file_name); member in struct:bubt_dev
314 /* Perfrom file read */
451 /* Perfrom file read */
627 /* Perfrom file read */
1073 printf("Error: cannot read OTP secure bits\n");
1127 if (!src->read) {
1133 image_size = src->read(net_boot_file_name);
1135 printf("Error: Failed to read file %s from %s\n",
/u-boot/drivers/usb/eth/
H A Dlan7x.c79 /* set the address, index & direction (read from PHY) */
194 priv->mdiobus->read = lan7x_phylib_mdio_read;
320 debug("MAC address read from EEPROM %pM\n",
325 debug("MAC address read from EEPROM invalid %pM\n", enetaddr);
/u-boot/test/py/
H A Dconftest.py154 ini_str = '[root]\n' + f.read()
/u-boot/test/py/tests/
H A Dtest_env.py196 env = file.read()
/u-boot/drivers/pinctrl/starfive/
H A Dpinctrl-jh7110-sys.c10 #include <dm/read.h>
/u-boot/tools/buildman/
H A Dtoolchain.py508 html = tools.to_string(response.read())
/u-boot/test/py/tests/test_fs/
H A Dconftest.py207 pid = int(pidfile.read())
/u-boot/tools/binman/
H A Delf_test.py211 data = fd.read()
/u-boot/doc/sphinx/
H A Dkfigure.py103 data = src.read()
160 app.connect('doctree-read', add_kernel_figure_to_std_domain)
/u-boot/include/linux/mtd/
H A Dspi-nor.h136 #define SPINOR_OP_BRRD 0x16 /* Bank register read */
486 * @lock: the lock for the read/write/erase/lock/unlock operations
493 * @read_opcode: the read opcode
494 * @read_dummy: the dummy needed by the read operation
503 * @bank_read_cmd: Bank read cmd
508 * @read_proto: the SPI protocol for read operations
515 * read/write/erase/lock/unlock operations
517 * read/write/erase/lock/unlock operations
518 * @read_reg: [DRIVER-SPECIFIC] read out the register
520 * @read
571 ssize_t (*read)(struct spi_nor *nor, loff_t from, member in struct:spi_nor
[all...]
/u-boot/drivers/spi/
H A Dpic32_spi.c122 /* Return the max entries we should read out of rx fifo */
137 val = read##__bwl(&priv->regs->buf.raw); \

Completed in 233 milliseconds

<<111213141516