Searched defs:size (Results 126 - 150 of 1193) sorted by relevance

1234567891011>>

/u-boot/board/BuS/eb_cpu5282/
H A Deb_cpu5282.c37 int size, i; local
/u-boot/arch/x86/lib/
H A Drelocate.c53 static void do_elf_reloc_fixups64(unsigned int text_base, uintptr_t size, argument
100 static void do_elf_reloc_fixups32(unsigned int text_base, uintptr_t size, argument
158 uintptr_t size = (uintptr_t)__bss_end - (uintptr_t)__text_start; local
[all...]
/u-boot/arch/xtensa/lib/
H A Dcache.c30 void flush_cache(ulong start_addr, ulong size) argument
/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dspl.c59 struct legacy_img_hdr *spl_get_load_buffer(ssize_t offset, size_t size) argument
/u-boot/board/dhelectronics/dh_imx8mp/
H A Dimx8mp_dhcom_pdk2.c31 int board_phys_sdram_size(phys_size_t *size) argument
/u-boot/arch/x86/cpu/intel_common/
H A Dintel_opregion.c23 int size; local
/u-boot/arch/nios2/lib/
H A Dcache.c100 void flush_cache(unsigned long start, unsigned long size) argument
/u-boot/board/freescale/t104xrdb/
H A Dt104xrdb.c131 phys_size_t size; local
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c17 fdt_portal(void *blob, const char *compat, const char *container, u64 addr, u32 size) argument
/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c112 void upmconfig(uint upm, uint *table, uint size) argument
/u-boot/board/kontron/sl28/
H A Dspl_atf.c18 u64 size; member in struct:region_info
/u-boot/boot/
H A Dboot_fit.c61 int size; local
/u-boot/cmd/
H A Dfont.c32 uint size = 0; local
56 uint size; local
[all...]
H A Dbootstage.c42 ulong base, size; local
H A Dpcap.c16 unsigned int size; local
/u-boot/common/
H A Dmalloc_simple.c70 size_t size = nmemb * elem_size; local
/u-boot/common/spl/
H A Dspl_imx_container.c25 ulong offset, overhead, size; local
67 int i, size, ret = 0; local
[all...]
H A Dspl_semihosting.c13 smh_fit_read(struct spl_load_info *load, ulong file_offset, ulong size, void *buf) argument
/u-boot/test/dm/
H A Dcros_ec.c146 const int size = EC_VSTORE_SLOT_SIZE; local
H A Dfdtdec.c65 fdt_size_t size; local
H A Dosd.c20 static void split(u8 *mem, uint size, u8 *text, u8 *colors) argument
H A Dsf.c26 int size = 0x10000; local
[all...]
/u-boot/test/cmd/
H A Dfont.c24 uint size; local
/u-boot/test/boot/
H A Dmeasurement.c23 const size_t size = 1024; local
/u-boot/include/
H A Di2c_eeprom.h17 int (*size)(struct udevice *dev); member in struct:i2c_eeprom_ops
24 unsigned long size; member in struct:i2c_eeprom
64 i2c_eeprom_read(struct udevice *dev, int offset, uint8_t *buf, int size) argument
70 i2c_eeprom_write(struct udevice *dev, int offset, const uint8_t *buf, int size) argument
[all...]

Completed in 205 milliseconds

1234567891011>>