Searched defs:size (Results 76 - 100 of 1193) sorted by relevance

1234567891011>>

/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspl.h18 u32 size; /* Size of block */ member in struct:spl_machine_param
/u-boot/lib/efi_selftest/
H A Defi_selftest_rng.c43 efi_uintn_t size; local
H A Defi_selftest_gop.c58 efi_uintn_t size; local
/u-boot/arch/arm/include/asm/proc-armv/
H A Dsystem.h182 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) argument
/u-boot/include/linux/
H A Dmbus.h32 u32 size; member in struct:mbus_dram_target_info::mbus_dram_window
/u-boot/drivers/cpu/
H A Dmtk_cpu.c23 static int mtk_cpu_get_desc(const struct udevice *dev, char *buf, int size) argument
40 static int mtk_cpu_get_vendor(const struct udevice *dev, char *buf, int size) argument
/u-boot/lib/zstd/common/
H A Dzstd_common.c56 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) argument
63 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) argument
/u-boot/arch/arm/mach-imx/
H A Dromapi.c9 u32 rom_api_download_image(u8 *dest, u32 offset, u32 size) argument
/u-boot/include/
H A Dimage-sparse.h17 lbaint_t size; member in struct:sparse_storage
H A Dmemalign.h110 malloc_cache_aligned(size_t size) argument
[all...]
H A Dspl_load.h13 _spl_load(struct spl_image_info *spl_image, const struct spl_boot_device *bootdev, struct spl_load_info *info, size_t size, size_t offset) argument
135 spl_load(struct spl_image_info *spl_image, const struct spl_boot_device *bootdev, struct spl_load_info *info, size_t size, size_t offset) argument
[all...]
H A Dnvmem.h33 size_t size; member in struct:nvmem_cell
111 nvmem_cell_read(struct nvmem_cell *cell, void *buf, int size) argument
116 nvmem_cell_write(struct nvmem_cell *cell, const void *buf, int size) argument
[all...]
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dspl.c28 u32 size; member in struct:tpl_info
/u-boot/arch/m68k/lib/
H A Dfec.c61 fdt_size_t size; local
/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_loaders.c1 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) argument
/u-boot/lib/
H A Daddr_map.c58 addrmap_set_entry(unsigned long vaddr, phys_addr_t paddr, phys_size_t size, int idx) argument
/u-boot/lib/efi_loader/
H A Defi_load_options.c54 efi_deserialize_load_option(struct efi_load_option *lo, u8 *data, efi_uintn_t *size) argument
107 unsigned long size; local
[all...]
H A Defi_string.c32 size_t size; local
/u-boot/test/dm/
H A Dnand.c20 loff_t size; local
[all...]
/u-boot/board/ti/am62x/
H A Devm.c102 u64 size[CONFIG_NR_DRAM_BANKS]; local
/u-boot/fs/ext4/
H A Dext4_common.h44 static inline void *zalloc(size_t size) argument
/u-boot/lib/zlib/
H A Dzutil.c56 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) argument
/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c33 int ret, size, i = 0; local
105 int ret, size, i = 0; local
162 int ret, size, i = 0; local
[all...]
/u-boot/drivers/axi/
H A Daxi-emul-uclass.c16 axi_sandbox_get_emul(struct udevice *bus, ulong address, const enum axi_size_t size, struct udevice **emulp) argument
H A Daxi_sandbox.c24 axi_sandbox_read(struct udevice *bus, ulong address, void *data, enum axi_size_t size) argument
43 axi_sandbox_write(struct udevice *bus, ulong address, void *data, enum axi_size_t size) argument

Completed in 126 milliseconds

1234567891011>>