Home
last modified time | relevance | path

Searched refs:reserve (Results 1 – 25 of 30) sorted by relevance

12

/u-boot/drivers/gpio/
A Dadi_gpio2.c54 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) macro
180 reserve(peri, ident); in peripheral_request()
273 reserve(gpio, gpio); in gpio_request()
324 reserve(special_gpio, gpio); in special_gpio_request()
325 reserve(peri, gpio); in special_gpio_request()
/u-boot/board/raspberrypi/rpi/
A DKconfig7 Number of pages to reserve starting at page 0 for spin tables in the EFI
/u-boot/board/astro/mcf5373l/
A Dastro.h37 unsigned char reserve; member
/u-boot/include/
A Dimage-sparse.h23 lbaint_t (*reserve)(struct sparse_storage *info, member
A Dfsl_validate.h42 u8 reserve; member
A Dvsc9953.h623 u32 reserve[4]; member
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dlowlevel_init.S28 sp, sp, GD_SIZE # reserve space for gd
/u-boot/arch/arm/dts/
A Dns3-board.dts11 * Single mem reserve region which includes the following:
A Dstm32mp15-u-boot.dtsi157 /* pre-reloc probe = reserve video frame buffer in video_reserve() */
A Dmeson-gxl-s805x-libretech-ac.dts82 * This is controlled by GPIOAO_9 we reserve this but
/u-boot/arch/mips/cpu/
A Dstart.S50 sp, sp, GD_SIZE # reserve space for gd
57 sp, sp, t2 # reserve space for early malloc
/u-boot/drivers/mtd/ubi/
A DKconfig56 To put it differently, if this value is 20, UBI will try to reserve
61 MTD partitions of the same size, UBI will reserve 40 eraseblocks when
86 into one PEB. UBI will reserve PEBs to hold two fastmaps.
/u-boot/drivers/net/
A Dpch_gbe.h255 u32 reserve[2]; member
/u-boot/drivers/fastboot/
A Dfb_nand.c202 sparse.reserve = fb_nand_sparse_reserve; in fastboot_nand_flash_write()
A Dfb_mmc.c616 sparse.reserve = fb_mmc_sparse_reserve;
/u-boot/lib/
A Dimage-sparse.c231 blk += info->reserve(info, blk, blkcnt); in write_sparse_image()
/u-boot/arch/arm/mach-rockchip/
A Dsdram.c35 s64 reserve[8]; member
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped234 """Return the start of the memory reserve map
237 Start offset of memory reserve map
282 """Return the number of memory reserve-map records
285 Number of memory reserve-map records
290 """Return the indexed memory reserve-map record
296 Number of memory reserve-map records
825 """Add a new memory reserve map entry
841 """Indicate that there are no more reserve map entries to add
/u-boot/arch/mips/
A DKconfig385 bool "Do not reserve malloc space on initial stack"
388 Enable this option if you don't want to reserve malloc space on
394 bool "Do not reserve malloc space on initial stack in SPL"
397 Enable this option if you don't want to reserve malloc space on
/u-boot/doc/
A DREADME.bcm7xxx125 * thus reserve room for node additions.
A DREADME.ubispl55 which is usually not a problem to reserve in the RAM along with the
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dsdram_rk3036.h154 u32 reserve[11]; member
/u-boot/doc/device-tree-bindings/reserved-memory/
A Dreserved-memory.txt37 - Size in bytes of memory to reserve.
/u-boot/doc/board/google/
A Dchromebook_coral.rst108 reserve_arch() does not reserve space for the HOB list returned by FSP-M since
/u-boot/cmd/
A Dmmc.c408 sparse.reserve = mmc_sparse_reserve; in do_mmc_sparse_write()

Completed in 27 milliseconds

12