Home
last modified time | relevance | path

Searched defs:len (Results 176 – 200 of 722) sorted by relevance

12345678910>>...29

/rk3399_rockchip-uboot/common/
H A Dbouncebuf.c35 size_t len, unsigned int flags) in bounce_buffer_start()
H A Dfdt_support.c46 int len; in fdt_getprop_u32_default_node() local
97 const void *val, int len, int create) in fdt_find_and_setprop()
149 int len; in fdt_fixup_stdout() local
289 int nodeoffset, len; in fdt_bootargs_append() local
383 const void *val, int len, int create) in do_fixup_by_path()
407 const char *prop, const void *val, int len, in do_fixup_by_prop()
435 const char *prop, const void *val, int len, int create) in do_fixup_by_compat()
537 int len; in fdt_fixup_memory_banks() local
611 int nodeoffset, len, err; in fdt_update_reserved_memory() local
765 int addrcell, sizecell, len, r; in fdt_pci_dma_ranges() local
[all …]
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c90 int len; in fdtdec_get_addr_size_fixed() local
200 int len; in fdtdec_get_pci_addr() local
253 int len; in fdtdec_get_pci_vendev() local
532 int len, val; in fdtdec_get_alias_seq() local
642 int len; in get_prop_check_min_len() local
675 int len, elems; in fdtdec_get_int_array_count() local
705 int len; in fdtdec_get_bool() local
901 int len; in fdtdec_get_config_string() local
919 int len; in fdtdec_decode_region() local
951 int na, ns, len, parent; in fdt_get_resource() local
H A Drc4.c16 void rc4_encode(unsigned char *buf, unsigned int len, unsigned char key[16]) in rc4_encode()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
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 Dlpc32xx_nand_slc.c283 int len, int read) in lpc32xx_nand_xfer()
399 static void lpc32xx_dma_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in lpc32xx_dma_read_buf()
405 int len) in lpc32xx_dma_write_buf()
478 static void lpc32xx_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in lpc32xx_read_buf()
484 static void lpc32xx_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in lpc32xx_write_buf()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmw_eeprom.c151 int mw_eeprom_write(int dev, int addr, u8 *buffer, int len) in mw_eeprom_write()
192 int mw_eeprom_read(int dev, int addr, u8 *buffer, int len) in mw_eeprom_read()
H A Dmtdconcat.c62 concat_read(struct mtd_info *mtd, loff_t from, size_t len, in concat_read()
118 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write()
504 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock()
538 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock()
659 unsigned long len, in concat_get_unmapped_area()
/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()
134 loff_t len, loff_t *actwrite) in fs_write_sandbox()
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c329 static int rk_sha_update(struct udevice *dev, u32 *input, u32 len, bool is_last) in rk_sha_update()
386 static int rockchip_crypto_sha_update(struct udevice *dev, u32 *input, u32 len) in rockchip_crypto_sha_update()
427 static int rockchip_crypto_hmac_update(struct udevice *dev, u32 *input, u32 len) in rockchip_crypto_hmac_update()
752 const u8 *in, u8 *out, u32 len, bool enc, in rk_crypto_cipher()
895 const u8 *in, u8 *out, u32 len, bool enc) in rockchip_crypto_cipher()
901 const u8 *in, u32 len, u8 *tag) in rockchip_crypto_mac()
907 const u8 *in, u32 len, const u8 *aad, u32 aad_len, in rockchip_crypto_ae()
915 const u8 *in, u8 *out, u32 len, bool enc) in rockchip_crypto_fw_cipher()
1105 int len, ret = -EINVAL; in rockchip_crypto_ofdata_to_platdata() local
/rk3399_rockchip-uboot/arch/arm/mach-meson/
H A Dboard.c21 int len; in dram_init() local
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_tftp.c13 int dfu_tftp_write(char *dfu_entity_name, unsigned int addr, unsigned int len, in dfu_tftp_write()
/rk3399_rockchip-uboot/drivers/bootcount/
H A Dbootcount_ext.c16 loff_t len; in bootcount_store() local
/rk3399_rockchip-uboot/board/amlogic/odroid-c2/
H A Dodroid-c2.c28 ssize_t len; in misc_init_r() local
/rk3399_rockchip-uboot/net/
H A Dfastboot.c75 int len = 0; in fastboot_send_info() local
119 int len = 0; in fastboot_send() local
474 unsigned sport, unsigned len) in fastboot_handler()
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dgsc.c24 int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len) in gsc_i2c_read()
43 int gsc_i2c_write(uchar chip, uint addr, int alen, uchar *buf, int len) in gsc_i2c_write()
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dmisc_arria10.c119 int len; in find_peripheral_uart() local
151 int child, len; in is_peripheral_uart_true() local
H A Dsystem_manager_gen5.c61 unsigned int len; in sysmgr_pinmux_init() local
/rk3399_rockchip-uboot/drivers/dma/
H A Ddma-uclass.c45 int dma_memcpy(void *dst, void *src, size_t len) in dma_memcpy()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_board.c34 int ret, node, len; in set_ethaddr_from_nvtboot() local
/rk3399_rockchip-uboot/test/
H A Dprint_ut.c22 int len; in do_ut_print() local
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-tiny.c47 static int spi_nor_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in spi_nor_read_reg()
63 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg()
73 static ssize_t spi_nor_read_data(struct spi_nor *nor, loff_t from, size_t len, in spi_nor_read_data()
381 static int spi_nor_read(struct mtd_info *mtd, loff_t from, size_t len, in spi_nor_read()
417 static int spi_nor_write(struct mtd_info *mtd, loff_t to, size_t len, in spi_nor_write()
/rk3399_rockchip-uboot/drivers/net/
H A Dks8851_mll.c73 u16 len; /* Byte count */ member
145 static inline void ks_inblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_inblk()
159 static inline void ks_outblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_outblk()
272 static inline void ks_read_qmu(struct eth_device *dev, u16 *buf, u32 len) in ks_read_qmu()
515 static void ks_write_qmu(struct eth_device *dev, u8 *pdata, u16 len) in ks_write_qmu()
/rk3399_rockchip-uboot/drivers/i2c/
H A Di2c-uclass-compat.c51 int len) in i2c_read()
64 int len) in i2c_write()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Dfsl_hash.h29 uint32_t len; member

12345678910>>...29