Home
last modified time | relevance | path

Searched refs:SZ_256K (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/mtd/nand/raw/
H A Dnand_ids.c34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) },
37 SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) },
40 SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) },
66 SZ_4K, SZ_1K, SZ_256K, 0, 5, 256, NAND_ECC_INFO(8, SZ_512)},
/linux/arch/arm/mach-tegra/
H A Diomap.h17 #define TEGRA_IRAM_SIZE SZ_256K
86 #define TEGRA_CSITE_SIZE SZ_256K
99 #define IO_IRAM_SIZE SZ_256K
/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_catalog.c68 .gmem = (SZ_256K + SZ_16K),
86 .gmem = SZ_256K,
101 .gmem = (SZ_256K + SZ_16K),
H A Da2xx_catalog.c20 .gmem = SZ_256K,
H A Da4xx_catalog.c20 .gmem = SZ_256K,
H A Da3xx_catalog.c30 .gmem = SZ_256K,
/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()
470 if (!test_check_exists(cache, SZ_128M + SZ_512K, SZ_256K)) { in test_steal_space_from_bitmap_to_extent()
489 if (test_check_exists(cache, SZ_128M + SZ_256K, SZ_256K)) { in test_steal_space_from_bitmap_to_extent()
498 if (test_check_exists(cache, SZ_128M, SZ_256K)) { in test_steal_space_from_bitmap_to_extent()
586 if (!test_check_exists(cache, SZ_128M - SZ_256K, SZ_1M)) { in test_steal_space_from_bitmap_to_extent()
599 if (offset != (SZ_128M - SZ_256K)) { in test_steal_space_from_bitmap_to_extent()
678 if (!test_check_exists(cache, SZ_128M - 768 * SZ_1K, SZ_256K)) { in test_steal_space_from_bitmap_to_extent()
/linux/arch/arm/mach-omap1/
H A Dboard-ams-delta.c304 .size = SZ_256K },
306 .offset = 3 * SZ_1M + SZ_512K + SZ_256K,
307 .size = SZ_256K },
310 .size = SZ_256K },
312 .offset = 4 * SZ_1M + 1 * SZ_256K,
315 .offset = 32 * SZ_1M - 3 * SZ_256K,
316 .size = 3 * SZ_256K },
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_dev.c35 .max_qc_size = SZ_256K,
47 .max_qc_size = SZ_256K,
/linux/rust/kernel/
H A Dsizes.rs24 pub const SZ_256K: usize = bindings::SZ_256K as usize; constant
/linux/drivers/mtd/spi-nor/
H A Dwinbond.c83 .size = SZ_256K,
113 .size = SZ_256K,
151 .size = SZ_256K,
161 .size = SZ_256K,
H A Dmicron-st.c251 .size = SZ_256K,
269 .sector_size = SZ_256K,
284 .size = SZ_256K,
308 .sector_size = SZ_256K,
353 .size = SZ_256K,
H A Dspansion.c795 .sector_size = SZ_256K,
802 .sector_size = SZ_256K,
821 .sector_size = SZ_256K,
829 .sector_size = SZ_256K,
837 .sector_size = SZ_256K,
846 .sector_size = SZ_256K,
853 .sector_size = SZ_256K,
H A Dmacronix.c44 .size = SZ_256K,
101 .size = SZ_256K,
H A Dsst.c67 .size = SZ_256K,
93 .size = SZ_256K,
/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194-acpi.c32 pcie_ecam->iatu_base = cfg->win + SZ_256K; in tegra194_acpi_init()
97 SZ_256K); in tegra194_map_bus()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.h41 #define HINIC_SQ_PAGE_SIZE SZ_256K
42 #define HINIC_RQ_PAGE_SIZE SZ_256K
H A Dhinic_hw_io.h24 #define HINIC_DEFAULT_WQ_PAGE_SIZE SZ_256K
/linux/tools/include/linux/
H A Dsizes.h29 #define SZ_256K 0x00040000 macro
/linux/arch/riscv/include/asm/
H A Dfixmap.h46 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
/linux/include/linux/
H A Dsizes.h29 #define SZ_256K 0x00040000 macro
/linux/arch/arm64/include/asm/
H A Dfixmap.h76 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
/linux/arch/powerpc/include/asm/
H A Dfixmap.h72 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c33 u8 __initdata early_hash[SZ_256K] __aligned(SZ_256K) = {0};
/linux/arch/arm/mach-shmobile/
H A Dpm-rcar-gen2.c55 if (!request_mem_region(0, SZ_256K, "Boot Area")) { in rcar_gen2_pm_init()

123