/u-boot/drivers/gpio/ |
A D | adi_gpio2.c | 54 #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 D | Kconfig | 7 Number of pages to reserve starting at page 0 for spin tables in the EFI
|
/u-boot/board/astro/mcf5373l/ |
A D | astro.h | 37 unsigned char reserve; member
|
/u-boot/include/ |
A D | image-sparse.h | 23 lbaint_t (*reserve)(struct sparse_storage *info, member
|
A D | fsl_validate.h | 42 u8 reserve; member
|
A D | vsc9953.h | 623 u32 reserve[4]; member
|
/u-boot/arch/mips/mach-mtmips/mt7620/ |
A D | lowlevel_init.S | 28 sp, sp, GD_SIZE # reserve space for gd
|
/u-boot/arch/arm/dts/ |
A D | ns3-board.dts | 11 * Single mem reserve region which includes the following:
|
A D | stm32mp15-u-boot.dtsi | 157 /* pre-reloc probe = reserve video frame buffer in video_reserve() */
|
A D | meson-gxl-s805x-libretech-ac.dts | 82 * This is controlled by GPIOAO_9 we reserve this but
|
/u-boot/arch/mips/cpu/ |
A D | start.S | 50 sp, sp, GD_SIZE # reserve space for gd 57 sp, sp, t2 # reserve space for early malloc
|
/u-boot/drivers/mtd/ubi/ |
A D | Kconfig | 56 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 D | pch_gbe.h | 255 u32 reserve[2]; member
|
/u-boot/drivers/fastboot/ |
A D | fb_nand.c | 202 sparse.reserve = fb_nand_sparse_reserve; in fastboot_nand_flash_write()
|
A D | fb_mmc.c | 616 sparse.reserve = fb_mmc_sparse_reserve;
|
/u-boot/lib/ |
A D | image-sparse.c | 231 blk += info->reserve(info, blk, blkcnt); in write_sparse_image()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | sdram.c | 35 s64 reserve[8]; member
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 234 """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 D | Kconfig | 385 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 D | README.bcm7xxx | 125 * thus reserve room for node additions.
|
A D | README.ubispl | 55 which is usually not a problem to reserve in the RAM along with the
|
/u-boot/arch/arm/include/asm/arch-rockchip/ |
A D | sdram_rk3036.h | 154 u32 reserve[11]; member
|
/u-boot/doc/device-tree-bindings/reserved-memory/ |
A D | reserved-memory.txt | 37 - Size in bytes of memory to reserve.
|
/u-boot/doc/board/google/ |
A D | chromebook_coral.rst | 108 reserve_arch() does not reserve space for the HOB list returned by FSP-M since
|
/u-boot/cmd/ |
A D | mmc.c | 408 sparse.reserve = mmc_sparse_reserve; in do_mmc_sparse_write()
|