Searched defs:size (Results 151 - 175 of 1193) sorted by relevance

1234567891011>>

/u-boot/fs/zfs/
H A Dzfs_fletcher.c34 fletcher_2_endian(const void *buf, uint64_t size, argument
56 fletcher_4_endian(const void *buf, uint64_t size, zfs_endian_t endian, argument
/u-boot/drivers/video/
H A Dsimplefb.c22 fdt_size_t size; local
/u-boot/test/image/
H A Dspl_load_os.c19 read_fit_image(struct spl_load_info *load, ulong offset, ulong size, void *buf) argument
/u-boot/test/fuzz/
H A Dvirtio.c13 static int fuzz_vring(const uint8_t *data, size_t size) argument
H A Dcmd_fuzz.c60 size_t size; local
/u-boot/test/env/
H A Dhashtable.c18 htab_fill(struct unit_test_state *uts, struct hsearch_data *htab, size_t size) argument
38 htab_check_fill(struct unit_test_state *uts, struct hsearch_data *htab, size_t size) argument
/u-boot/scripts/dtc/libfdt/
H A Dfdt_addresses.c57 fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, const char *name, uint64_t addr, uint64_t size) argument
/u-boot/scripts/kconfig/
H A Dutil.c83 void *xmalloc(size_t size) argument
92 void *xcalloc(size_t nmemb, size_t size) argument
101 void *xrealloc(void *p, size_t size) argument
/u-boot/arch/mips/mach-mtmips/mt7620/
H A Dsysc.c22 mt7620_sysc_read(struct udevice *dev, int offset, void *buf, int size) argument
40 mt7620_sysc_write(struct udevice *dev, int offset, const void *buf, int size) argument
/u-boot/drivers/soc/ti/
H A Dk3-navss-ringacc-u-boot.c13 u32 size; /* Ring Size Register */ member in struct:k3_nav_ring_cfg_regs
/u-boot/lib/aes/
H A Daes-encrypt.c26 image_aes_encrypt(struct image_cipher_info *info, unsigned char *data, int size, unsigned char **cipher, int *cipher_len) argument
/u-boot/board/phytium/pomelo/
H A Dpcie.c23 u32 size; member in struct:pcu_config
H A Dpll.c18 u32 size; member in struct:pll_config
/u-boot/drivers/misc/
H A Dqfw_sandbox.c21 static void qfw_sandbox_read_entry_io(struct udevice *dev, u16 entry, u32 size, argument
/u-boot/arch/mips/mach-mtmips/mt7621/tpl/
H A Dtpl.c23 static void fill_lock_l2cache(uintptr_t dataptr, ulong start_addr, ulong size) argument
121 u32 loadaddr, size; local
/u-boot/include/
H A Dlmb.h34 phys_size_t size; member in struct:lmb_property
[all...]
/u-boot/arch/m68k/lib/
H A Dcache.c15 void flush_cache(ulong start_addr, ulong size) argument
/u-boot/arch/microblaze/cpu/
H A Dcache.c16 static void __invalidate_icache(ulong addr, ulong size) argument
36 static void __flush_dcache(ulong addr, ulong size) argument
111 void flush_cache(ulong addr, ulong size) argument
/u-boot/arch/riscv/lib/
H A Dimage.c35 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, argument
H A Dcache.c41 void flush_cache(unsigned long addr, unsigned long size) argument
/u-boot/board/variscite/common/
H A Dimx9_eeprom.c72 int var_eeprom_get_dram_size(struct var_eeprom *ep, phys_size_t *size) argument
184 void var_carrier_eeprom_get_revision(struct var_carrier_eeprom *ep, char *rev, size_t size) argument
187 strlcpy(rev, (const char *)ep->carrier_rev, size); local
/u-boot/board/variscite/imx93_var_som/
H A Dimx93_var_som.c44 int board_phys_sdram_size(phys_size_t *size) argument
/u-boot/board/coreboot/coreboot/
H A Dsysinfo.c21 static int cb_get_str(struct udevice *dev, int id, size_t size, char *val) argument
/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c18 u32 addr, dpsc_base = 0x1E80000, freq, load_addr, size; local
/u-boot/lib/
H A Dabuf.c17 void abuf_set(struct abuf *abuf, void *data, size_t size) argument
25 void abuf_map_sysmem(struct abuf *abuf, ulong addr, size_t size) argument
110 abuf_init_set(struct abuf *abuf, void *data, size_t size) argument
116 abuf_init_move(struct abuf *abuf, void *data, size_t size) argument
[all...]

Completed in 327 milliseconds

1234567891011>>