| /rk3399_rockchip-uboot/cmd/ddr_tool/memtester/ |
| H A D | tests.c | 40 int compare_regions(u32v *bufa, u32v *bufb, size_t count) in compare_regions() 69 int test_stuck_address(u32v *bufa, size_t count) in test_stuck_address() 117 int test_random_value(u32v *bufa, u32v *bufb, size_t count, in test_random_value() 140 int test_xor_comparison(u32v *bufa, u32v *bufb, size_t count, in test_xor_comparison() 156 int test_sub_comparison(u32v *bufa, u32v *bufb, size_t count, in test_sub_comparison() 171 int test_mul_comparison(u32v *bufa, u32v *bufb, size_t count, in test_mul_comparison() 186 int test_div_comparison(u32v *bufa, u32v *bufb, size_t count, in test_div_comparison() 203 int test_or_comparison(u32v *bufa, u32v *bufb, size_t count, in test_or_comparison() 218 int test_and_comparison(u32v *bufa, u32v *bufb, size_t count, in test_and_comparison() 233 int test_seqinc_comparison(u32v *bufa, u32v *bufb, size_t count, in test_seqinc_comparison() [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 94 char * strncpy(char * dest,const char *src,size_t count) in strncpy() 159 char * strncat(char *dest, const char *src, size_t count) in strncat() 204 int strncmp(const char * cs,const char * ct,size_t count) in strncmp() 279 size_t strnlen(const char * s, size_t count) in strnlen() 300 size_t count = 0; in strcspn() local 339 size_t count = 0; in strspn() local 469 void * memset(void * s,int c,size_t count) in memset() 508 void * memcpy(void *dest, const void *src, size_t count) in memcpy() 542 void * memmove(void * dest,const void *src,size_t count) in memmove() 566 int memcmp(const void * cs,const void * ct,size_t count) in memcmp()
|
| H A D | time.c | 42 ulong count = timer_read_counter(); in timer_get_boot_us() local 80 u64 count; in get_ticks() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | kgdb.c | 133 mem2hex(char *mem, char *buf, int count) in mem2hex() 161 hex2mem(char *buf, char *mem, int count) in hex2mem() 230 int count; in getpacket() local 290 int count; in putpacket() local 551 kgdb_output_string (const char* s, unsigned int count) in kgdb_output_string()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | wl.h | 13 static inline void ubi_fastmap_init(struct ubi_device *ubi, int *count) in ubi_fastmap_init() 27 static inline void ubi_fastmap_init(struct ubi_device *ubi, int *count) { } in ubi_fastmap_init()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_mmc.c | 28 unsigned long count; in mmc_load_legacy() local 51 ulong count, void *buf) in h_spl_load_read() 60 unsigned long count; local 195 unsigned long count; local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm.c | 28 static void print_byte_string(uint8_t *data, size_t count) in print_byte_string() 58 size_t count, length; in parse_byte_string() local 149 static void *type_string_alloc(const char *type_str, uint32_t *count) in type_string_alloc() 279 uint32_t index, count, rc; in do_tpm_nv_read_value() local 301 size_t count; in do_tpm_nv_write_value() local 345 uint32_t index, count, rc; in do_tpm_pcr_read() local 378 uint32_t count, rc; in do_tpm_read_pubek() local 412 size_t count; in do_tpm_get_capability() local 485 size_t count, response_length = sizeof(response); in do_tpm_raw_transfer() local 529 uint32_t index, count, err; in do_tpm_nv_read() local [all …]
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | regmap.c | 21 static struct regmap *regmap_alloc_count(int count) in regmap_alloc_count() 43 int regmap_init_mem_platdata(struct udevice *dev, fdt_val_t *reg, int count, in regmap_init_mem_platdata() 68 int count; in regmap_init_mem() local
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | cpu.c | 116 int i = 0, count = 0; in compute_ppc_cpumask() local 140 int i = CONFIG_DSP_CLUSTER_START, count = 0; in compute_dsp_cpumask() local 163 int count = 0, i = CONFIG_DSP_CLUSTER_START; in fsl_qoriq_dsp_core_to_cluster() local 186 int i = 0, count = 0; in fsl_qoriq_core_to_cluster() local
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | early_me.c | 32 int count; in intel_early_me_init() local 97 int count; in intel_early_me_init_done() local
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | timer-uclass.c | 27 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count() 77 u64 timer_conv_64(u32 count) in timer_conv_64()
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rkflash_api.c | 98 u32 offset, count = 0; in rksfc_nor_read() local 162 u32 offset, count = 0; in rksfc_nor_write() local 238 int rksfc_nand_read(struct udevice *udev, u32 index, u32 count, void *buf) in rksfc_nand_read() 251 u32 count, in rksfc_nand_write() 304 int rknand_flash_read(struct udevice *udev, u32 index, u32 count, void *buf) in rknand_flash_read() 317 u32 count, in rknand_flash_write()
|
| H A D | sfc.c | 156 u32 i, words, count, bytes; in sfc_request() local 198 u32 count; in sfc_request() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | hexdump.h | 55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() 75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex()
|
| H A D | clk.h | 77 unsigned int count; member 166 static inline int clk_release_all(struct clk *clk, int count) in clk_release_all()
|
| H A D | reset.h | 78 unsigned int count; member 283 static inline int reset_release_all(struct reset_ctl *reset_ctl, int count) in reset_release_all()
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | io.h | 74 static inline void io_insb (unsigned long port, void *dst, unsigned long count) in io_insb() 80 static inline void io_insw (unsigned long port, void *dst, unsigned long count) in io_insw() 86 static inline void io_insl (unsigned long port, void *dst, unsigned long count) in io_insl() 94 io_outsb (unsigned long port, const void *src, unsigned long count) in io_outsb() 101 io_outsw (unsigned long port, const void *src, unsigned long count) in io_outsw() 108 io_outsl (unsigned long port, const void *src, unsigned long count) in io_outsl()
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | patchstream.py | 386 def GetMetaDataForList(commit_range, git_dir=None, count=None, argument 415 def GetMetaData(start, count): argument 494 def InsertCoverLetter(fname, series, count): argument
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | sfi.c | 30 int count; member 80 int count = 0; in sfi_write_cpus() local
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dm9000x.c | 144 static void dm9000_outblk_8bit(volatile void *data_ptr, int count) in dm9000_outblk_8bit() 151 static void dm9000_outblk_16bit(volatile void *data_ptr, int count) in dm9000_outblk_16bit() 159 static void dm9000_outblk_32bit(volatile void *data_ptr, int count) in dm9000_outblk_32bit() 168 static void dm9000_inblk_8bit(void *data_ptr, int count) in dm9000_inblk_8bit() 175 static void dm9000_inblk_16bit(void *data_ptr, int count) in dm9000_inblk_16bit() 183 static void dm9000_inblk_32bit(void *data_ptr, int count) in dm9000_inblk_32bit()
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | pinmux.c | 16 int i, start, count; in exynos5_uart_config() local 47 int i, start, count; in exynos5420_uart_config() local 651 int i, start, count; in exynos4_uart_config() local 765 int i, start, count; in exynos4x12_uart_config() local
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 78 int count; in tpm_tis_i2c_read() local 133 int count; in tpm_tis_i2c_write_generic() local 346 static int tpm_tis_i2c_recv_data(struct udevice *dev, u8 *buf, size_t count) in tpm_tis_i2c_recv_data() 373 static int tpm_tis_i2c_recv(struct udevice *dev, u8 *buf, size_t count) in tpm_tis_i2c_recv() 427 size_t count = 0; in tpm_tis_i2c_send() local
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | mk48t59.c | 54 void *nvram_read(void *dest, const short src, size_t count) in nvram_read() 65 void nvram_write(short dest, const void *src, size_t count) in nvram_write()
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | rdc-sema.c | 138 unsigned count) in imx_rdc_setup_peripherals() 170 int imx_rdc_setup_masters(rdc_ma_cfg_t const *masters_list, unsigned count) in imx_rdc_setup_masters()
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | test-fdt.c | 310 int count; in dm_test_first_next_device() local 361 int count; in dm_test_uclass_foreach() local 417 int count; in dm_test_first_next_ok_device() local
|