Searched refs:read (Results 51 - 75 of 393) sorted by relevance

1234567891011>>

/u-boot/test/dm/
H A Drkmtd.c28 char write[RW_BUF_SIZE], read[RW_BUF_SIZE]; local
79 ut_asserteq(12, blk_dread(desc, 64, 12, read));
80 ut_asserteq_mem(write, read, RW_BUF_SIZE);
/u-boot/cmd/
H A Deeprom.c8 * Support for read and write access to EEPROM like memory devices. This
10 * FRAM devices read and write data at bus speed. In particular, there is no
12 * be transferred with a single read or write.
93 * bytes that can be accessed with the single read or write
111 uchar *buffer, unsigned len, bool read)
126 if (read)
133 if (read)
145 unsigned cnt, bool read)
161 rcode = eeprom_rw_block(offset, addr, alen, buffer, len, read);
167 if (!read)
110 eeprom_rw_block(unsigned offset, uchar *addr, unsigned alen, uchar *buffer, unsigned len, bool read) argument
144 eeprom_rw(unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt, bool read) argument
[all...]
H A Dclone.c83 read:
86 printf("Src read error @blk %ld\n", srcblk);
94 goto read;
115 printf("%ld read\n", rdcnt);
/u-boot/drivers/misc/
H A Dvexpress_config.c10 #include <dm/read.h>
88 .read = vexpress_config_read,
/u-boot/arch/arm/mach-bcm283x/
H A Dmbox.c41 val = readl(&regs->read);
76 val = readl(&regs->read);
/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c330 * Service routine to read status register until ready, or timeout occurs.
560 spi_nor_set_read_settings(struct spi_nor_read_command *read, argument
566 read->num_mode_clocks = num_mode_clocks;
567 read->num_wait_states = num_wait_states;
568 read->opcode = opcode;
569 read->proto = proto;
611 const struct spi_nor_read_command *read; local
623 read = &params->reads[cmd];
624 nor->read_opcode = read->opcode;
625 nor->read_proto = read
[all...]
/u-boot/scripts/kconfig/tests/
H A Dconftest.py83 self.stdout = ps.stdout.read().decode()
84 self.stderr = ps.stderr.read().decode()
91 self.config = f.read()
227 expected_data = f.read()
/u-boot/drivers/mtd/ubispl/
H A Dubispl.h18 * The size of the read buffer for the fastmap blocks. In theory up to
51 * @read: Read function to access the flash provided by the caller
86 ubispl_read_flash read; member in struct:ubi_scan_info
/u-boot/drivers/i2c/
H A Di2c-cortina.h49 u32 read : 1; member in struct:ca_biw_ctrl::biw_ctrl
/u-boot/drivers/net/
H A Dmdio_sandbox.c68 .read = mdio_sandbox_read,
/u-boot/include/
H A Dgdsys_fpga.h40 u16 read; member in struct:ihs_gpio
/u-boot/drivers/power/pmic/
H A Dtps80031.c37 log_debug("read error from device: %p register: %#x!\n", dev, reg);
75 .read = tps80031_read,
H A Dmax77686.c43 pr_err("read error from device: %p register: %#x!\n", dev, reg);
74 .read = max77686_read,
H A Dlp873x.c39 pr_err("read error from device: %p register: %#x!\n", dev, reg);
67 .read = lp873x_read,
H A Dact8846.c40 debug("read error from device: %p register: %#x!\n", dev, reg);
71 .read = act8846_read,
H A Dlp87565.c42 pr_err("read error from device: %p register: %#x!\n", dev, reg);
70 .read = lp87565_read,
H A Dfan53555.c27 pr_err("%s: read error for register: %#x!\n", dev->name, reg);
71 .read = pmic_fan53555_read,
H A Dpmic_qcom.c57 .read = pmic_qcom_read,
H A Drn5t567.c41 debug("read error from device: %p register: %#x!\n", dev, reg);
50 .read = rn5t567_read,
H A Ds2mps11.c46 pr_err("read error from device: %p register: %#x!\n", dev, reg);
74 .read = s2mps11_read,
H A Dsandbox.c46 log_err("read error from device: %p register: %#x!\n", dev, reg);
64 .read = sandbox_pmic_read,
H A Ds5m8767.c42 pr_err("read error from device: %p register: %#x!\n", dev, reg);
78 .read = s5m8767_read,
/u-boot/doc/sphinx/
H A Dload_config.py52 code = compile(f.read(), fs_encoding, 'exec')
/u-boot/drivers/rng/
H A Driscv_zkr_rng.c98 * The bind method already checked that the seed register can be read without
121 .read = riscv_zkr_read,
/u-boot/drivers/crypto/fsl/
H A Drng.c78 .read = caam_rng_read,

Completed in 208 milliseconds

1234567891011>>