Symbol: SZ_2
drivers/dma/lgm/lgm-dma.c
144
#define DMA_DFT_BURST_V22 SZ_2
drivers/gpu/drm/ast/ast_cursor.c
84
src += SZ_2;
drivers/gpu/drm/ast/ast_drv.h
117
#define AST_HWC_PITCH (AST_MAX_HWC_WIDTH * SZ_2)
drivers/leds/simatic/simatic-ipc-leds.c
42
DEFINE_RES_IO_NAMED(SIMATIC_IPC_LED_PORT_BASE, SZ_2, KBUILD_MODNAME);
tools/testing/memblock/tests/alloc_api.c
28
phys_addr_t size = SZ_2;
tools/testing/memblock/tests/alloc_api.c
490
allocated_ptr = run_memblock_alloc(MEM_SIZE + SZ_2, SMP_CACHE_BYTES);
tools/testing/memblock/tests/alloc_api.c
515
allocated_ptr = run_memblock_alloc(SZ_2, SMP_CACHE_BYTES);
tools/testing/memblock/tests/alloc_api.c
518
assert_mem_content(allocated_ptr, SZ_2, alloc_test_flags);
tools/testing/memblock/tests/alloc_api.c
520
ASSERT_EQ(rgn->size, SZ_2);
tools/testing/memblock/tests/alloc_api.c
524
ASSERT_EQ(memblock.reserved.total_size, SZ_2);
tools/testing/memblock/tests/alloc_api.c
563
r1.base = memblock_start_of_DRAM() + SZ_2;
tools/testing/memblock/tests/alloc_api.c
564
r1.size = SZ_2;
tools/testing/memblock/tests/alloc_api.c
86
r1.base = memblock_end_of_DRAM() - SZ_2;
tools/testing/memblock/tests/alloc_api.c
87
r1.size = SZ_2;
tools/testing/memblock/tests/alloc_exact_nid_api.c
365
r1.size = req_node->size / SZ_2;
tools/testing/memblock/tests/alloc_exact_nid_api.c
589
size = SZ_2 * req_node->size;
tools/testing/memblock/tests/alloc_exact_nid_api.c
675
size = req_node->size / SZ_2;
tools/testing/memblock/tests/alloc_exact_nid_api.c
676
r1.base = req_node->base + (size / SZ_2);
tools/testing/memblock/tests/alloc_exact_nid_api.c
796
phys_addr_t size = MEM_SIZE / SZ_2;
tools/testing/memblock/tests/alloc_exact_nid_api.c
95
r1.size = req_node->size / SZ_2;
tools/testing/memblock/tests/alloc_helpers_api.c
156
phys_addr_t r2_size = SZ_2;
tools/testing/memblock/tests/alloc_nid_api.c
121
phys_addr_t misalign = SZ_2;
tools/testing/memblock/tests/alloc_nid_api.c
1309
size = SZ_2 * req_node->size;
tools/testing/memblock/tests/alloc_nid_api.c
1416
r1.size = req_node->size / SZ_2;
tools/testing/memblock/tests/alloc_nid_api.c
1475
size = req_node->size / SZ_2;
tools/testing/memblock/tests/alloc_nid_api.c
1476
r1.base = req_node->base + (size / SZ_2);
tools/testing/memblock/tests/alloc_nid_api.c
1853
size = SZ_2 * req_node->size;
tools/testing/memblock/tests/alloc_nid_api.c
1962
r1.size = req_node->size / SZ_2;
tools/testing/memblock/tests/alloc_nid_api.c
2022
size = req_node->size / SZ_2;
tools/testing/memblock/tests/alloc_nid_api.c
2023
r1.base = req_node->base + (size / SZ_2);
tools/testing/memblock/tests/alloc_nid_api.c
2348
phys_addr_t size = MEM_SIZE / SZ_2;
tools/testing/memblock/tests/alloc_nid_api.c
790
phys_addr_t misalign = SZ_2;
tools/testing/memblock/tests/basic_api.c
2233
.size = alignment - SZ_2
tools/testing/memblock/tests/basic_api.c
2276
phys_addr_t offset = SZ_2;
tools/testing/memblock/tests/basic_api.c
2337
phys_addr_t offset = SZ_2;