/openbmc/u-boot/include/configs/ |
H A D | iot_devkit.h | 50 #define SRAM_SIZE SZ_128K 53 #define DCCM_SIZE SZ_128K 61 #define CONFIG_SYS_BOOTM_LEN SZ_128K
|
H A D | chiliboard.h | 167 #define CONFIG_ENV_SIZE SZ_128K 171 #define CONFIG_ENV_OFFSET SZ_128K
|
H A D | omap3_evm.h | 48 #define CONFIG_SYS_ENV_SECT_SIZE SZ_128K 59 #define CONFIG_ENV_SIZE SZ_128K
|
H A D | mccmon6.h | 278 #define CONFIG_ENV_SIZE (SZ_128K) 281 #define CONFIG_ENV_SECT_SIZE (SZ_128K)
|
H A D | omap3_beagle.h | 44 #define CONFIG_SYS_ENV_SECT_SIZE SZ_128K 65 #define CONFIG_ENV_SIZE SZ_128K
|
H A D | corvus.h | 92 #define CONFIG_ENV_SIZE SZ_128K 124 #define CONFIG_SYS_NAND_BLOCK_SIZE (SZ_128K)
|
H A D | taurus.h | 122 #define CONFIG_ENV_SIZE (SZ_128K) /* 1 sector = 128 kB */ 157 #define CONFIG_SYS_NAND_BLOCK_SIZE (SZ_128K)
|
H A D | smartweb.h | 150 #define CONFIG_ENV_SIZE (SZ_128K) 201 #define CONFIG_SYS_NAND_BLOCK_SIZE (SZ_128K)
|
H A D | medcom-wide.h | 26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
H A D | plutux.h | 26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
H A D | tec.h | 26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
H A D | harmony.h | 33 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
|
H A D | tb100.h | 23 #define CONFIG_SYS_MALLOC_LEN SZ_128K
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tests.c | 432 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 D | board-espt.c | 23 .size = (2 * SZ_128K), 28 .size = (20 * SZ_128K),
|
/openbmc/linux/arch/arm/kernel/ |
H A D | vmlinux-xip.lds.S | 102 . = 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 D | adreno_device.c | 43 .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 D | board-sx1.c | 232 .size = SZ_128K, 239 .size = SZ_128K, 246 .size = SZ_2M - 2 * SZ_128K,
|
/openbmc/linux/fs/btrfs/ |
H A D | compression.h | 26 #define BTRFS_MAX_COMPRESSED (SZ_128K) 31 #define BTRFS_MAX_UNCOMPRESSED (SZ_128K)
|
/openbmc/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | spaces.h | 10 #define PCI_IOBASE _AC(0xc000000000000000 + SZ_128K, UL)
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 31 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 D | sizes.h | 31 #define SZ_128K 0x00020000 macro
|
/openbmc/linux/tools/include/linux/ |
H A D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
/openbmc/linux/arch/arm/mach-davinci/ |
H A D | common.h | 66 #define SRAM_SIZE SZ_128K
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | rtas-work-area.h | 25 RTAS_WORK_AREA_MAX_ALLOC_SZ = SZ_128K,
|