Searched refs:read (Results 301 - 325 of 393) sorted by relevance

<<111213141516

/u-boot/drivers/net/
H A Dsunxi_emac.c216 /* Wait read complete */
222 /* And read data */
265 priv->bus->read = emac_mdio_read;
H A Dpch_gbe.c403 bus->read = pch_gbe_mdio_read;
H A Ddesignware.c154 .read = designware_eth_mdio_read,
187 bus->read = dw_mdio_read;
H A Dbcmgenet.c492 /* read PHY properties over the wire from generic PHY set-up */
547 /* Prepare the read operation */
566 /* Prepare the read operation */
592 bus->read = bcmgenet_mdio_read;
H A Dksz9477.c258 .read = dm_ksz_mdio_read,
533 /* read chip id */
H A Dethoc.c105 #define MIICOMMAND_READ (1 << 1) /* read status */
595 bus->read = ethoc_mdio_read;
H A Dfsl_enetc.c268 priv->imdio.read = enetc_mdio_read;
/u-boot/drivers/rtc/
H A Ddavinci.c141 /* now we have ~15 usec to read/write various registers */
414 .read = omap_rtc_scratch_read,
H A Dabx80x.c180 log_err("Failed to read autocalibration attribute\n");
224 log_err("Unable to read oscillator status.\n");
235 log_err("Unable to read date\n");
277 log_err("Unable to read oscillator status.\n");
372 .read = abx80x_rtc_read,
425 log_err("Unable to read partnumber\n");
440 log_err("Unable to read control register\n");
463 log_err("Unable to read control2 register\n");
481 log_err("Unable to read output control register\n");
/u-boot/drivers/clk/starfive/
H A Dclk-jh7110-pll.c15 #include <dm/read.h>
/u-boot/drivers/mmc/
H A Dmmc-uclass.c524 .read = mmc_bread,
/u-boot/cmd/
H A Dbootflow.c596 "bootflow read - read all current-bootflow files\n"
611 U_BOOT_SUBCMD_MKENT(read, 1, 1, do_bootflow_read),
H A Deficonfig_sbkey.c164 ret = EFI_CALL(f->read(f, &size, buf));
166 eficonfig_print_msg("ERROR! Failed to read file.");
H A Dmmc.c241 printf("\nMMC RPMB read: dev # %d, block # %d, count %d ... ",
245 printf("%d RPMB blocks read: %s\n", n, (n == cnt) ? "OK" : "ERROR");
292 U_BOOT_CMD_MKENT(read, 5, 1, do_mmcrpmb_read, "", ""),
365 printf("\nMMC read: dev # %d, block # %d, count %d ... ",
369 printf("%d blocks read: %s\n", n, (n == cnt) ? "OK" : "ERROR");
1202 U_BOOT_CMD_MKENT(read, 4, 1, do_mmc_read, "", ""),
1268 "mmc read addr blk# cnt\n"
1311 "mmc rpmb read addr blk# cnt [address of auth-key] - block size is 256 bytes\n"
1314 "mmc rpmb counter - read the value of the write counter\n"
1324 "mmc reg read <re
[all...]
/u-boot/tools/
H A Dzynqmpbif.c228 r = read(fd, bufp, sbuf.st_size - len);
794 if (read(fd, &header, sizeof(header)) != sizeof(header)) {
H A Dimx8mimage.c272 fprintf(stderr, "Can't read %s: %s\n",
334 if (read(fd, (char *)&image_header, sizeof(struct legacy_img_hdr)) !=
336 fprintf(stderr, "generate_ivt_for_fit read failed: %s\n",
/u-boot/drivers/usb/gadget/
H A Df_sdp.c849 load.read = sdp_load_read;
862 load.read = sdp_load_read;
/u-boot/arch/mips/include/asm/
H A Dio.h184 * busses. In particular driver authors should read up on PCI writes
187 * write combining or read caching is not desirable:
266 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
510 * Read a 32-bit register that requires a 64-bit read cycle on the bus.
/u-boot/drivers/mtd/nand/raw/
H A Dsand_nand.c16 #include <dm/read.h>
176 SAND_DEBUG(chip, "could not read: %d\n", errno);
401 SAND_DEBUG(chip, "read [ %02x ]\n", buf[0]);
403 SAND_DEBUG(chip, "read %d bytes\n", len);
/u-boot/test/py/tests/
H A Dtest_vboot.py244 prev_size: The previous totalsize read from the header
249 total_size = handle.read(4)
/u-boot/tools/dtoc/
H A Dfdt.py808 self._fdt_obj = libfdt.Fdt(fd.read())
/u-boot/drivers/i2c/
H A Dgeni_i2c.c12 #include <dm/read.h>
/u-boot/drivers/scsi/
H A Dscsi.c316 /* Read capacity (10) was insufficient. Use read capacity (16). */
593 .read = scsi_read,
/u-boot/arch/arm/mach-stm32mp/
H A Dbsec.c38 #define BSEC_SRLOCK_OFF 0x094 /* shadow read sticky lock */
76 * [out] memref[1].buffer Output buffer to store read values
77 * [out] memref[1].size Size of OTP to be read
91 * [in] memref[1].buffer Input buffer to read values
146 * bsec_read_SR_lock() - read SR lock (Shadowing)
157 * bsec_read_SP_lock() - read SP lock (program Lock)
248 * bsec_read_shadow() - read an otp data value from shadow
251 * @val: read value
420 /* read current shadow value */
726 .read
[all...]
/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c60 /* read flash to buffer, then write-erase to flash */
213 * len : Amount to read
249 * Continuous read, max clock = f(car) which may be less than
662 printf("dataflash: read status error %d\n", status);
713 .read = spi_dataflash_read,

Completed in 210 milliseconds

<<111213141516