| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | boot_merger.c | 89 void P_RC4(uint8_t *buf, uint32_t len) in P_RC4() 192 char buf[MAX_LINE_LEN]; in parse471() local 229 char buf[MAX_LINE_LEN]; in parse472() local 266 char buf[MAX_LINE_LEN]; in parseLoader() local 369 char buf[MAX_LINE_LEN]; in parseOpts_from_file() local 616 uint8_t *buf; in writeFile() local
|
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | lattice.c | 288 int lattice_load(Lattice_desc *desc, const void *buf, size_t bsize) in lattice_load() 321 int lattice_dump(Lattice_desc *desc, const void *buf, size_t bsize) in lattice_dump()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | crc32.c | 179 uint32_t ZEXPORT crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) in crc32_no_comp() 231 const unsigned char *buf, in crc32_wd()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | nand.h | 49 u_char *buf) in nand_read() 55 u_char *buf) in nand_write()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.c | 29 void *buf; in ubi_dump_flash() local 258 char buf[8]; in dfs_file_read() local 322 char buf[8] = {0}; in dfs_file_write() local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtd.c | 37 static void mtd_dump_buf(const u8 *buf, uint len, uint offset) in mtd_dump_buf() 55 const u8 *buf, u64 len, bool woob) in mtd_dump_device_buf() 279 u8 *buf; in do_mtd() local
|
| H A D | rng.c | 17 void *buf; in do_rng() local
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | cache.h | 8 struct __large_struct { unsigned long buf[100]; }; member
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/ |
| H A D | cpu.c | 30 char buf[32]; in checkcpu() local
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | bcm-sf2-eth.c | 75 uint8_t *buf = (uint8_t *)packet; in bcm_sf2_eth_send() local 106 uint8_t *buf = (uint8_t *)net_rx_packets[0]; in bcm_sf2_eth_receive() local
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | pcf8575_gpio.c | 58 u8 buf[2] = { word & 0xff, word >> 8, }; in pcf8575_i2c_write_le16() local 72 u8 buf[2]; in pcf8575_i2c_read_le16() local
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 443 static size_t drop_ffs(const struct mtd_info *mtd, const u_char *buf, in drop_ffs() 519 int nand_verify(struct mtd_info *mtd, loff_t ofs, size_t len, u_char *buf) in nand_verify() 790 static int check_pattern(const u_char *buf, u_char patt, int size) in check_pattern() 821 u_char *buf; in nand_torture() local
|
| H A D | fsl_upm.c | 131 static void upm_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in upm_nand_write_buf() 147 static void upm_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len) in upm_nand_read_buf()
|
| H A D | mxs_nand.c | 407 static void mxs_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int length) in mxs_nand_read_buf() 490 static void mxs_nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, in mxs_nand_write_buf() 546 uint8_t buf; in mxs_nand_read_byte() local 555 uint8_t *buf, int oob_required, in mxs_nand_ecc_read_page() 706 struct nand_chip *nand, const uint8_t *buf, in mxs_nand_ecc_write_page() 1063 uint8_t *buf; in mxs_nand_alloc_buffers() local
|
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | bmips_cpu.c | 67 static int bmips_short_cpu_desc(struct bmips_cpu_priv *priv, char *buf, in bmips_short_cpu_desc() 83 static int bmips_long_cpu_desc(struct bmips_cpu_priv *priv, char *buf, in bmips_long_cpu_desc() 240 static int bmips_cpu_get_desc(struct udevice *dev, char *buf, int size) in bmips_cpu_get_desc() 269 static int bmips_cpu_get_vendor(struct udevice *dev, char *buf, int size) in bmips_cpu_get_vendor()
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_st33zp24_i2c.c | 273 static int st33zp24_i2c_recv_data(struct udevice *dev, u8 *buf, size_t count) in st33zp24_i2c_recv_data() 302 static int st33zp24_i2c_recv(struct udevice *dev, u8 *buf, size_t count) in st33zp24_i2c_recv() 349 static int st33zp24_i2c_send(struct udevice *dev, const u8 *buf, size_t len) in st33zp24_i2c_send() 482 static int st33zp24_i2c_get_desc(struct udevice *dev, char *buf, int size) in st33zp24_i2c_get_desc()
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs_internal.c | 15 lbaint_t sector, int byte_offset, int byte_len, char *buf) in fs_devread()
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | dev.c | 25 int reiserfs_devread(int sector, int byte_offset, int byte_len, char *buf) in reiserfs_devread()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | ncb.c | 10 char buf[512]; in main() local
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | dev.c | 27 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) in zfs_devread()
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | md5.h | 12 __u32 buf[4]; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-at91/arm926ejs/ |
| H A D | cpu.c | 44 char __maybe_unused buf[32]; in print_cpuinfo() local
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | fti2c010.c | 176 static void to_i2c_addr(u8 *buf, uint32_t addr, int alen) in to_i2c_addr() 193 u8 dev, uint addr, int alen, uchar *buf, int len) in fti2c010_read() 255 u8 dev, uint addr, int alen, u8 *buf, int len) in fti2c010_write()
|
| /rk3399_rockchip-uboot/fs/sandbox/ |
| H A D | sandboxfs.c | 121 int fs_read_sandbox(const char *filename, void *buf, loff_t offset, loff_t len, in fs_read_sandbox() 133 int fs_write_sandbox(const char *filename, void *buf, loff_t offset, in fs_write_sandbox()
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | jffs2_1pass.c | 176 static int read_nand_cached(u32 off, u32 size, u_char *buf) in read_nand_cached() 225 u_char *buf = ext_buf ? (u_char*)ext_buf : (u_char*)malloc(size); in get_fl_mem_nand() local 257 static void put_fl_mem_nand(void *buf) in put_fl_mem_nand() 281 static int read_onenand_cached(u32 off, u32 size, u_char *buf) in read_onenand_cached() 324 u_char *buf = ext_buf ? (u_char *)ext_buf : (u_char *)malloc(size); in get_fl_mem_onenand() local 358 static void put_fl_mem_onenand(void *buf) in put_fl_mem_onenand() 401 u_char *buf = ext_buf ? (u_char*)ext_buf : (u_char*)malloc(size); in get_fl_mem_norflash() local 508 static inline void put_fl_mem(void *buf, void *ext_buf) in put_fl_mem() 1530 char *buf; in jffs2_1pass_build_lists() local
|