Home
last modified time | relevance | path

Searched refs:SZ_128K (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/u-boot/include/configs/
H A Diot_devkit.h50 #define SRAM_SIZE SZ_128K
53 #define DCCM_SIZE SZ_128K
61 #define CONFIG_SYS_BOOTM_LEN SZ_128K
H A Dchiliboard.h167 #define CONFIG_ENV_SIZE SZ_128K
171 #define CONFIG_ENV_OFFSET SZ_128K
H A Domap3_evm.h48 #define CONFIG_SYS_ENV_SECT_SIZE SZ_128K
59 #define CONFIG_ENV_SIZE SZ_128K
H A Dmccmon6.h278 #define CONFIG_ENV_SIZE (SZ_128K)
281 #define CONFIG_ENV_SECT_SIZE (SZ_128K)
H A Domap3_beagle.h44 #define CONFIG_SYS_ENV_SECT_SIZE SZ_128K
65 #define CONFIG_ENV_SIZE SZ_128K
H A Dcorvus.h92 #define CONFIG_ENV_SIZE SZ_128K
124 #define CONFIG_SYS_NAND_BLOCK_SIZE (SZ_128K)
H A Dtaurus.h122 #define CONFIG_ENV_SIZE (SZ_128K) /* 1 sector = 128 kB */
157 #define CONFIG_SYS_NAND_BLOCK_SIZE (SZ_128K)
H A Dsmartweb.h150 #define CONFIG_ENV_SIZE (SZ_128K)
201 #define CONFIG_SYS_NAND_BLOCK_SIZE (SZ_128K)
H A Dmedcom-wide.h26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
H A Dplutux.h26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
H A Dtec.h26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
H A Dharmony.h33 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
H A Dtb100.h23 #define CONFIG_SYS_MALLOC_LEN SZ_128K
/openbmc/linux/fs/btrfs/tests/
H A Dfree-space-tests.c432 ret = test_add_free_space_entry(cache, SZ_128M - SZ_256K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent()
466 if (!test_check_exists(cache, SZ_128M - SZ_256K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
552 ret = btrfs_add_free_space(cache, SZ_128M - SZ_128K, SZ_128K); in test_steal_space_from_bitmap_to_extent()
558 if (!test_check_exists(cache, SZ_128M - SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
643 ret = test_add_free_space_entry(cache, SZ_128M + SZ_128K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent()
674 if (!test_check_exists(cache, SZ_128M + SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
742 ret = btrfs_add_free_space(cache, SZ_128M, SZ_128K); in test_steal_space_from_bitmap_to_extent()
748 if (!test_check_exists(cache, SZ_128M, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
/openbmc/linux/arch/sh/boards/
H A Dboard-espt.c23 .size = (2 * SZ_128K),
28 .size = (20 * SZ_128K),
/openbmc/linux/arch/arm/kernel/
H A Dvmlinux-xip.lds.S102 . = ALIGN(SZ_128K);
195 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c43 .gmem = SZ_128K,
79 .gmem = SZ_128K,
153 .gmem = (SZ_128K + SZ_8K),
171 .gmem = (SZ_128K + SZ_8K),
277 .gmem = (SZ_128K + SZ_4K),
415 .gmem = SZ_1M + SZ_128K,
/openbmc/linux/arch/arm/mach-omap1/
H A Dboard-sx1.c232 .size = SZ_128K,
239 .size = SZ_128K,
246 .size = SZ_2M - 2 * SZ_128K,
/openbmc/linux/fs/btrfs/
H A Dcompression.h26 #define BTRFS_MAX_COMPRESSED (SZ_128K)
31 #define BTRFS_MAX_UNCOMPRESSED (SZ_128K)
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h10 #define PCI_IOBASE _AC(0xc000000000000000 + SZ_128K, UL)
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_ids.c31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), },
63 SZ_2K, SZ_512, SZ_128K, 0, 5, 128, NAND_ECC_INFO(8, SZ_512) },
/openbmc/u-boot/include/linux/
H A Dsizes.h31 #define SZ_128K 0x00020000 macro
/openbmc/linux/tools/include/linux/
H A Dsizes.h28 #define SZ_128K 0x00020000 macro
/openbmc/linux/arch/arm/mach-davinci/
H A Dcommon.h66 #define SRAM_SIZE SZ_128K
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas-work-area.h25 RTAS_WORK_AREA_MAX_ALLOC_SZ = SZ_128K,

1234