| /arch/x86/lib/fsp/ |
| A D | fsp_support.c | 16 u32 top; in fsp_get_usable_lowmem_top() local 26 top = FSP_LOWMEM_BASE; in fsp_get_usable_lowmem_top() 35 top += (u32)(res_desc->len); in fsp_get_usable_lowmem_top() 64 if (top > (u32)hob_list) { in fsp_get_usable_lowmem_top() 66 top = (u32)mem_base; in fsp_get_usable_lowmem_top() 70 return top; in fsp_get_usable_lowmem_top() 78 u64 top; in fsp_get_usable_highmem_top() local 84 top = FSP_HIGHMEM_BASE; in fsp_get_usable_highmem_top() 92 top += (u32)(res_desc->len); in fsp_get_usable_highmem_top() 98 return top; in fsp_get_usable_highmem_top()
|
| /arch/arm/mach-nexell/include/mach/ |
| A D | display.h | 132 int top; member 219 struct dp_plane_top top; member 228 struct dp_plane_top *top, 234 struct dp_plane_top *top, struct dp_plane_info *planes, 239 struct dp_plane_top *top, 245 struct dp_plane_top *top, 258 int dp_plane_screen_setup(int module, struct dp_plane_top *top);
|
| A D | display_dev.h | 16 struct dp_plane_top top; member
|
| /arch/arm/mach-stm32mp/stm32mp1/ |
| A D | tzc400.c | 43 for ( ; cfg->top != 0; cfg++) in tzc_config_get_active_filters() 63 for ( ; cfg->top != 0; cfg++, region += TZC_REGION_CFG_SIZE) { in tzc_configure() 70 tzc_write(region, TZC_REGION_TOP, cfg->top); in tzc_configure() 113 uint32_t build_config, base, top, attr, nsaid; in tzc_dump_config() local 124 top = tzc_read(region, TZC_REGION_TOP); in tzc_dump_config() 132 i, base, top, (attr >> 0) & 0xf); in tzc_dump_config()
|
| A D | spl.c | 138 .top = optee_base - 1, in stm32_init_tzc_for_optee() 144 .top = tee_shmem_base - 1, in stm32_init_tzc_for_optee() 150 .top = dram_top, in stm32_init_tzc_for_optee() 155 .top = 0, in stm32_init_tzc_for_optee()
|
| /arch/arm/mach-mvebu/ |
| A D | arm64-common.c | 35 unsigned long top = CFG_SYS_SDRAM_BASE + min(gd->ram_size, USABLE_RAM_SIZE); in board_get_usable_ram_top() local 37 return (gd->ram_top > top) ? top : gd->ram_top; in board_get_usable_ram_top()
|
| /arch/arm/mach-rockchip/ |
| A D | sdram.c | 295 size_t top = min((unsigned long)ram_top, (unsigned long)(gd->ram_top)); in dram_init_banksize() local 308 gd->bd->bi_dram[0].size = top - gd->bd->bi_dram[0].start; in dram_init_banksize() 311 if (ram_top > SZ_4G && top < SZ_4G) { in dram_init_banksize() 314 } else if (ram_top > SZ_4G && top == SZ_4G) { in dram_init_banksize() 330 gd->bd->bi_dram[1].size = top - gd->bd->bi_dram[1].start; in dram_init_banksize() 337 gd->bd->bi_dram[1].size = top - gd->bd->bi_dram[1].start; in dram_init_banksize() 341 gd->bd->bi_dram[0].size = top - gd->bd->bi_dram[0].start; in dram_init_banksize() 494 u64 top = min_t(u64, CFG_SYS_SDRAM_BASE + SDRAM_MAX_SIZE, SZ_4G); in board_get_usable_ram_top() local 496 return (gd->ram_top > top) ? top : gd->ram_top; in board_get_usable_ram_top()
|
| /arch/arm/mach-stm32mp/ |
| A D | Kconfig.15x | 47 * MicroGEA STM32MP1 needs to mount on top of this MicroDev 2.0 board 53 * MicroGEA STM32MP1 needs to mount on top of MicroDev 2.0 board with 70 * i.Core STM32MP1 needs to mount on top of EDIMM2.2 for 75 * i.Core STM32MP1 needs to mount on top of this Carrier board
|
| /arch/arm/mach-stm32mp/include/mach/ |
| A D | tzc.h | 22 uintptr_t top; member
|
| /arch/arm/mach-rockchip/px30/ |
| A D | Kconfig | 20 * PX30.Core needs to mount on top of EDIMM2.2 for creating complete 27 * PX30.Core needs to mount on top of CTOUCH2.0 for creating complete 35 * PX30.Core needs to mount on top of C.TOUCH 2.0 carrier with pluged
|
| /arch/arm/dts/ |
| A D | fsl-sch-24801.dtsi | 12 * On the card the first port is the top port (farthest from PEX connector).
|
| A D | fsl-sch-28021.dtsi | 13 * On the card the first port is the top port (farthest from PEX connector).
|
| A D | hi3798mv200-hc2910-2aghd05.dts | 3 * DTS File for Skyworth HC2910 with board label 2AGHD05 set-top box.
|
| A D | sun6i-a31s-cs908.dts | 47 model = "CSQ CS908 top set box";
|
| /arch/powerpc/dts/ |
| A D | p2020rdb-pc.dtsi | 3 * P2020 RDB-PC Device Tree Source stub (no addresses or top-level ranges)
|
| A D | p1020rdb-pc.dtsi | 3 * P1020 RDB-PC Device Tree Source stub (no addresses or top-level ranges)
|
| /arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| A D | README.lsch3_2 | 20 - Region 3 is at address 0x60_0000_0000 to the top of memory,
|
| /arch/arm/mach-bcm283x/include/mach/ |
| A D | mbox.h | 452 u32 top; member 458 u32 top; member
|
| /arch/arm/mach-rockchip/rv1126/ |
| A D | Kconfig | 14 IO board and Neu2 needs to mount on top of this IO board in order to
|
| /arch/arm/cpu/armv7/ |
| A D | psci.S | 274 @ This expects CPU ID in r0 and returns stack top in r0 276 @ stack top = __secure_stack_end - (cpuid << ARM_PSCI_STACK_SHIFT) 290 bl psci_get_cpu_stack_top @ stack top => r0
|
| /arch/mips/dts/ |
| A D | luton_pcb091.dts | 26 label = "pcb091:top:dimmer";
|
| /arch/arm/mach-imx/imx8m/ |
| A D | Kconfig | 112 * i.Core MX8M Mini needs to mount on top of EDIMM2.2 for 117 * i.Core MX8M Mini needs to mount on top of this Carrier board 240 * i.Core MX8M Plus needs to mount on top of EDIMM2.2 for
|
| /arch/riscv/dts/ |
| A D | sunxi-d1s-t113.dtsi | 6 #include <dt-bindings/clock/sun8i-tcon-top.h> 728 tcon_top: tcon-top@5460000 { 729 compatible = "allwinner,sun20i-d1-tcon-top"; 736 clock-output-names = "tcon-top-tv0", "tcon-top-dsi";
|
| /arch/arm/mach-s5pc1xx/include/mach/ |
| A D | gpio.h | 781 #define GPIO_ENTRY(name, base, top, offset) { name, top - base, offset, base } argument
|
| /arch/arm/mach-bcm283x/ |
| A D | msg.c | 183 msg_setup->overscan.body.req.top = 0; in bcm2835_set_video_params()
|