Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 52) sorted by relevance

123

/u-boot/include/
A Daxi.h35 int (*read)(struct udevice *dev, ulong address, void *data, member
91 int (*read)(struct udevice *dev, ulong address, void *data, member
A Drng.h40 int (*read)(struct udevice *dev, void *data, size_t max); member
A Dwait_bit.h37 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument
A Dmisc.h97 int (*read)(struct udevice *dev, int offset, void *buf, int size); member
A Di2c_eeprom.h10 int (*read)(struct udevice *dev, int offset, uint8_t *buf, int size); member
A Drtc.h67 int (*read)(struct udevice *dev, unsigned int reg, member
A Dubispl.h69 ubispl_read_flash read; member
A Dspi_flash.h34 int (*read)(struct udevice *dev, u32 offset, size_t len, void *buf); member
A Dmiiphy.h148 int (*read)(struct udevice *mdio_dev, int addr, int devad, int reg); member
/u-boot/include/spmi/
A Dspmi.h17 int (*read)(struct udevice *dev, int usid, int pid, int reg); member
/u-boot/test/dm/
A Dmmc.c33 char write[1024], read[1024]; in dm_test_mmc_blk() local
/u-boot/arch/mips/mach-mscc/
A Dphy.c10 int mscc_phy_rd_wr(u8 read, in mscc_phy_rd_wr()
/u-boot/drivers/i2c/
A Dihs_i2c.c95 static int wait_for_int(struct udevice *dev, int read) in wait_for_int()
131 uchar *buffer, int len, int read, bool is_last) in ihs_i2c_transfer()
207 …nt ihs_i2c_send_buffer(struct udevice *dev, uchar chip, u8 *data, int len, bool hold_bus, int read) in ihs_i2c_send_buffer()
252 int alen, uchar *buffer, int len, int read) in ihs_i2c_access()
A Drcar_iic.c89 static int rcar_iic_set_addr(struct udevice *dev, u8 chip, u8 read) in rcar_iic_set_addr()
/u-boot/drivers/mtd/nand/raw/
A Dnand_spl_loaders.c104 int page, read; in nand_spl_read_block() local
A Dlpc32xx_nand_slc.c171 int read) in lpc32xx_nand_dma_configure()
286 int len, int read) in lpc32xx_nand_xfer()
/u-boot/cmd/
A Deeprom.c131 uchar *buffer, unsigned len, bool read) in eeprom_rw_block()
165 unsigned cnt, bool read) in eeprom_rw()
A Dnand.c319 ulong count, int read, int no_verify) in raw_access()
555 int read; in do_nand() local
/u-boot/drivers/mtd/ubi/
A Dio.c126 size_t read; in ubi_io_read() local
1328 size_t read; in self_check_write() local
1394 size_t read; in ubi_self_check_all_ff() local
A Ddebug.c29 size_t read; in ubi_dump_flash() local
/u-boot/drivers/mtd/onenand/
A Donenand_spl.c134 int page, read; in onenand_spl_read_block() local
/u-boot/drivers/net/phy/
A Dmiiphybb.c155 static void miiphy_pre(struct bb_miiphy_bus *bus, char read, in miiphy_pre()
/u-boot/arch/arm/lib/
A Dsemihosting.c94 } read; in smh_read() local
/u-boot/tools/binman/
A Dcbfs_util.py644 def __init__(self, data, read=True): argument
658 def read(self): member in CbfsReader
/u-boot/drivers/mtd/spi/
A Dspi-nor-tiny.c581 spi_nor_set_read_settings(struct spi_nor_read_command *read, in spi_nor_set_read_settings()
626 const struct spi_nor_read_command *read; in spi_nor_select_read() local

Completed in 31 milliseconds

123