Home
last modified time | relevance | path

Searched defs:buf (Results 151 – 175 of 616) sorted by relevance

12345678910>>...25

/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c89 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 Dlattice.c288 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 Dcrc32.c179 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 Dnand.h49 u_char *buf) in nand_read()
55 u_char *buf) in nand_write()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Ddebug.c29 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 Dmtd.c37 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 Drng.c17 void *buf; in do_rng() local
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dcache.h8 struct __large_struct { unsigned long buf[100]; }; member
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/
H A Dcpu.c30 char buf[32]; in checkcpu() local
/rk3399_rockchip-uboot/drivers/net/
H A Dbcm-sf2-eth.c75 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 Dpcf8575_gpio.c58 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 Dnand_util.c443 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 Dfsl_upm.c131 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 Dmxs_nand.c407 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 Dbmips_cpu.c67 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 Dtpm_tis_st33zp24_i2c.c273 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 Dfs_internal.c15 lbaint_t sector, int byte_offset, int byte_len, char *buf) in fs_devread()
/rk3399_rockchip-uboot/fs/reiserfs/
H A Ddev.c25 int reiserfs_devread(int sector, int byte_offset, int byte_len, char *buf) in reiserfs_devread()
/rk3399_rockchip-uboot/tools/
H A Dncb.c10 char buf[512]; in main() local
/rk3399_rockchip-uboot/fs/zfs/
H A Ddev.c27 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) in zfs_devread()
/rk3399_rockchip-uboot/include/u-boot/
H A Dmd5.h12 __u32 buf[4]; member
/rk3399_rockchip-uboot/arch/arm/mach-at91/arm926ejs/
H A Dcpu.c44 char __maybe_unused buf[32]; in print_cpuinfo() local
/rk3399_rockchip-uboot/drivers/i2c/
H A Dfti2c010.c176 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 Dsandboxfs.c121 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 Djffs2_1pass.c176 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

12345678910>>...25