| /u-boot/include/ |
| A D | axi.h | 35 int (*read)(struct udevice *dev, ulong address, void *data, member 91 int (*read)(struct udevice *dev, ulong address, void *data, member
|
| A D | rng.h | 40 int (*read)(struct udevice *dev, void *data, size_t max); member
|
| A D | wait_bit.h | 37 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument
|
| A D | misc.h | 97 int (*read)(struct udevice *dev, int offset, void *buf, int size); member
|
| A D | i2c_eeprom.h | 12 int (*read)(struct udevice *dev, int offset, uint8_t *buf, int size); member
|
| A D | ubispl.h | 69 ubispl_read_flash read; member
|
| A D | rtc.h | 68 int (*read)(struct udevice *dev, unsigned int reg, member
|
| A D | spi_flash.h | 20 int (*read)(struct udevice *dev, u32 offset, size_t len, void *buf); member
|
| A D | miiphy.h | 146 int (*read)(struct udevice *mdio_dev, int addr, int devad, int reg); member
|
| /u-boot/doc/usage/cmd/ |
| A D | read.rst | 18 read section in read and write commands
|
| /u-boot/include/spmi/ |
| A D | spmi.h | 17 int (*read)(struct udevice *dev, int usid, int pid, int reg); member
|
| /u-boot/drivers/i2c/ |
| A D | ihs_i2c.c | 58 static int wait_for_int(struct udevice *dev, int read) in wait_for_int() 80 uchar *buffer, int len, int read, bool is_last) in ihs_i2c_transfer() 128 …nt ihs_i2c_send_buffer(struct udevice *dev, uchar chip, u8 *data, int len, bool hold_bus, int read) in ihs_i2c_send_buffer() 155 int alen, uchar *buffer, int len, int read) in ihs_i2c_access()
|
| /u-boot/test/dm/ |
| A D | mmc.c | 33 char write[4 * 512], read[4 * 512]; in dm_test_mmc_blk() local
|
| /u-boot/common/spl/ |
| A D | spl_semihosting.c | 14 long read; in smh_read_full() local
|
| /u-boot/arch/mips/mach-mscc/ |
| A D | phy.c | 10 int mscc_phy_rd_wr(u8 read, in mscc_phy_rd_wr()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_spl_loaders.c | 104 int page, read; in nand_spl_read_block() local
|
| /u-boot/tools/binman/ |
| A D | fip_util.py | 387 def __init__(self, data, read=True): argument 399 def read(self): member in FipReader
|
| A D | cbfs_util.py | 647 def __init__(self, data, read=True): argument 661 def read(self): member in CbfsReader
|
| /u-boot/drivers/mtd/ubi/ |
| A D | io.c | 126 size_t read; in ubi_io_read() local 1315 size_t read; in self_check_write() local 1381 size_t read; in ubi_self_check_all_ff() local
|
| /u-boot/drivers/rng/ |
| A D | optee_rng.c | 123 size_t read = 0, rng_size = 0; in optee_rng_read() local
|
| /u-boot/cmd/ |
| A D | eeprom.c | 111 uchar *buffer, unsigned len, bool read) in eeprom_rw_block() 145 unsigned cnt, bool read) in eeprom_rw()
|
| A D | nand.c | 436 ulong count, int read, int no_verify) in raw_access() 675 int read; in do_nand() local
|
| /u-boot/drivers/mtd/onenand/ |
| A D | onenand_spl.c | 134 int page, read; in onenand_spl_read_block() local
|
| /u-boot/drivers/net/phy/ |
| A D | miiphybb.c | 155 static void miiphy_pre(struct bb_miiphy_bus *bus, char read, in miiphy_pre()
|
| /u-boot/drivers/mtd/spi/ |
| A D | spi-nor-tiny.c | 559 spi_nor_set_read_settings(struct spi_nor_read_command *read, in spi_nor_set_read_settings() 610 const struct spi_nor_read_command *read; in spi_nor_select_read() local
|