Searched refs:read (Results 226 - 250 of 393) sorted by relevance

1234567891011>>

/u-boot/test/py/tests/
H A Dtest_ut.py315 kern_part_data = inf.read()
415 disk_data = inf.read()
H A Dtest_fit.py146 fname: Filename to read
151 return fd.read()
/u-boot/drivers/spi/
H A Dmeson_spifc_a1.c110 static int amlogic_spifc_a1_request(struct amlogic_spifc_a1 *spifc, bool read) argument
113 (read ? SPIFC_A1_USER_DATA_UPDATED : 0);
/u-boot/doc/sphinx/
H A Dkernel_include.py123 rawtext = include_file.read()
/u-boot/scripts/basic/
H A Dfixdep.c43 * o if any of the files the compiler read changed, we need to rebuild
67 * and will read the dependency file <depfile>
305 if (read(fd, buf, st.st_size) != st.st_size) {
306 perror("fixdep: read");
/u-boot/drivers/net/octeon/
H A Docteon_mdio.c210 .read = octeon_mdio_read,
/u-boot/test/py/
H A Du_boot_utils.py51 data = fh.read(*params)
218 actively read once.
/u-boot/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c14 #include <dm/read.h>
/u-boot/drivers/rng/
H A Djh7110_rng.c256 .read = starfive_trng_read,
H A Dsmccc_trng.c127 .read = smccc_trng_read,
/u-boot/drivers/gpio/
H A Ddwapb_gpio.c14 #include <dm/read.h>
/u-boot/lib/efi_loader/
H A Defi_capsule.c1071 ret = EFI_CALL((*dirh->read)(dirh, &tmp_size, dirent));
1082 ret = EFI_CALL((*dirh->read)(dirh, &tmp_size, dirent));
1107 ret = EFI_CALL((*dirh->read)(dirh, &tmp_size, dirent));
1138 * efi_capsule_read_file - read in a capsule file
1191 ret = EFI_CALL((*fh->read)(fh, &size, buf));
/u-boot/include/
H A Ddfu.h310 * dfu_read() - read from dfu entity
396 int dfu_transaction_initiate(struct dfu_entity *dfu, bool read);
/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h44 u32 read; member in struct:bcm2835_mbox_regs
/u-boot/drivers/dma/
H A Ddma-uclass.c20 #include <dm/read.h>
H A Dsandbox-dma-test.c14 #include <dm/read.h>
/u-boot/drivers/power/pmic/
H A Dab8500.c146 /* read transfer result */
221 .read = ab8500_read,
237 printf("ab8500: failed to read chip version: %d\n", ret);
244 printf("ab8500: failed to read chip id: %d\n", ret);
/u-boot/drivers/mtd/spi/
H A Dsf_probe.c244 .read = spi_flash_std_read,
/u-boot/drivers/net/fm/
H A Dmemac_phy.c59 * Wait till the MDIO read or write operation is complete
174 /* Initiate the read */
230 .read = fm_mdio_read,
/u-boot/drivers/net/
H A Dbcm-sf2-eth.c255 mdiodev->read = eth->miiphy_read;
H A Dmvmdio.c72 pr_err("SMI bus read not valid\n");
129 pr_err("XSMI bus read not valid\n");
219 .read = mvmdio_read,
/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-mxs.c16 #include <dm/read.h>
/u-boot/drivers/net/phy/
H A Dphy.c224 * current link value. In order to do this, we need to read
314 debug("Could not read MII_STAT1000. ");
595 phy_reg = bus->read(bus, addr, devad, MII_PHYSID1);
603 phy_reg = bus->read(bus, addr, devad, MII_PHYSID2);
750 debug("PHY status read failed\n");
998 * @devad: The MMD to read from
1018 * @devad: The MMD to read from
1019 * @regnum: register number to read
1026 if (!bus || !bus->read) {
1031 return bus->read(bu
[all...]
H A Dmv88e61xx.c229 val = bus->read(bus, smi_addr, MDIO_DEVAD_NONE, SMI_CMD_REG);
265 return mdio_bus->read(mdio_bus, dev, MDIO_DEVAD_NONE, reg);
272 /* Issue the read command */
278 /* Wait for the read command to complete */
284 res = mdio_bus->read(mdio_bus, smi_addr, MDIO_DEVAD_NONE, SMI_DATA_REG);
359 /* Issue command to read */
364 /* Wait for data to be read */
652 /* Temporarily force link to read port configuration */
884 * is possible. This is necessary to be able to read the PHY ID
896 * to read vi
[all...]
/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c40 printf("Phy MDIO read/write timeout\n");
88 printf("Phy MDIO read/write timeout\n");
99 * it's now safe to read the PHY's register
142 printf("Phy MDIO read/write timeout\n");
261 bus->read = pfe_phy_read;

Completed in 273 milliseconds

1234567891011>>