Symbol: SZ_4
drivers/dma/lgm/lgm-dma.c
143
#define DMA_DFT_POLL_CNT SZ_4
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
566
alignment = (unsigned int)(max_tex_channel_caches / SZ_4);
drivers/gpu/drm/ast/ast_cursor.c
78
src += SZ_4;
drivers/gpu/drm/xe/tests/xe_gt_sriov_pf_config_kunit.c
135
KUNIT_ASSERT_EQ(test, SZ_4, pf_profile_fair_dbs(gt, num_vfs));
drivers/gpu/drm/xe/xe_guc_ct.c
277
BUILD_BUG_ON(!IS_ALIGNED(CTB_H2G_BUFFER_SIZE, SZ_4));
drivers/leds/blink/leds-lgm-sso.c
48
#define MAX_GROUP_NUM SZ_4
drivers/leds/blink/leds-lgm-sso.c
50
#define FPID_FREQ_RANK_MAX SZ_4
drivers/misc/eeprom/idt_89hpesx.c
944
if (csraddr > CSR_MAX || !IS_ALIGNED(csraddr, SZ_4)) {
drivers/soc/qcom/llcc-qcom.c
56
#define LLCC_TRP_ATTR2_CFGn(n) (0x21100 + SZ_4 * n)
drivers/watchdog/simatic-ipc-wdt.c
201
res->end = res->start + SZ_4 - 1;
tools/testing/memblock/tests/alloc_exact_nid_api.c
309
ASSERT_LE(SZ_4, req_node->size);
tools/testing/memblock/tests/alloc_exact_nid_api.c
310
size = req_node->size / SZ_4;
tools/testing/memblock/tests/alloc_exact_nid_api.c
366
size = r1.size / SZ_4;
tools/testing/memblock/tests/alloc_exact_nid_api.c
40
ASSERT_LE(SZ_4, req_node->size);
tools/testing/memblock/tests/alloc_exact_nid_api.c
41
size = req_node->size / SZ_4;
tools/testing/memblock/tests/alloc_exact_nid_api.c
674
ASSERT_LE(SZ_4, req_node->size);
tools/testing/memblock/tests/alloc_exact_nid_api.c
96
size = r1.size / SZ_4;
tools/testing/memblock/tests/alloc_nid_api.c
1256
ASSERT_LE(SZ_4, req_node->size);
tools/testing/memblock/tests/alloc_nid_api.c
1257
size = req_node->size / SZ_4;
tools/testing/memblock/tests/alloc_nid_api.c
1417
size = r1.size / SZ_4;
tools/testing/memblock/tests/alloc_nid_api.c
1474
ASSERT_LE(SZ_4, req_node->size);
tools/testing/memblock/tests/alloc_nid_api.c
1800
ASSERT_LE(SZ_4, req_node->size);
tools/testing/memblock/tests/alloc_nid_api.c
1801
size = req_node->size / SZ_4;
tools/testing/memblock/tests/alloc_nid_api.c
1963
size = r1.size / SZ_4;
tools/testing/memblock/tests/alloc_nid_api.c
2021
ASSERT_LE(SZ_4, req_node->size);