Searched refs:reserve (Results 1 - 17 of 17) sorted by relevance

/u-boot/board/astro/mcf5373l/
H A Dastro.h37 unsigned char reserve; member in struct:__anon493
/u-boot/include/
H A Dimage-sparse.h25 lbaint_t (*reserve)(struct sparse_storage *info, member in struct:sparse_storage
H A Dfsl_validate.h42 u8 reserve; member in struct:fsl_secboot_img_hdr::__anon37
H A Dvsc9953.h623 u32 reserve[4]; member in struct:vsc9953_rew_common
/u-boot/arch/mips/mach-mtmips/mt7620/
H A Dlowlevel_init.S28 sp, sp, GD_SIZE # reserve space for gd
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-hwfau.h579 int cvmx_fau64_alloc(int reserve);
584 int cvmx_fau32_alloc(int reserve);
589 int cvmx_fau16_alloc(int reserve);
594 int cvmx_fau8_alloc(int reserve);
H A Dcvmx-fau.h548 * @param reserve base address to reserve
551 int cvmx_fau64_alloc(int reserve);
554 * @param reserve base address to reserve
557 int cvmx_fau32_alloc(int reserve);
560 * @param reserve base address to reserve
563 int cvmx_fau16_alloc(int reserve);
566 * @param reserve bas
[all...]
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dstart.S37 sp, sp, GD_SIZE # reserve space for gd
44 sp, sp, t2 # reserve space for early malloc
/u-boot/arch/mips/cpu/
H A Dstart.S46 sp, sp, GD_SIZE # reserve space for gd
53 sp, sp, t2 # reserve space for early malloc
/u-boot/drivers/net/
H A Dpch_gbe.h255 u32 reserve[2]; member in struct:pch_gbe_regs
/u-boot/lib/
H A Dimage-sparse.c285 blk += info->reserve(info, blk, blkcnt);
/u-boot/drivers/fastboot/
H A Dfb_nand.c138 * of blocks which must be used in order to reserve the specified
202 sparse.reserve = fb_nand_sparse_reserve;
H A Dfb_mmc.c623 sparse.reserve = fb_mmc_sparse_reserve;
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3036.h154 u32 reserve[11]; member in struct:rk3036_ddr_phy
/u-boot/arch/arm/mach-rockchip/
H A Dsdram.c36 s64 reserve[8]; member in struct:tos_parameter_t
448 * Rockchip SoCs reserve a blob of space for peripheral near 4GB,
455 * to reserve memory for peripheral space after previous update.
/u-boot/tools/
H A Dkwboot.c1687 kwboot_read_image(const char *path, size_t *size, size_t reserve) argument
1708 img = malloc(len + reserve);
/u-boot/cmd/
H A Dmmc.c428 sparse.reserve = mmc_sparse_reserve;

Completed in 210 milliseconds