Home
last modified time | relevance | path

Searched refs:TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_gpummu.c22 #define TABLE_SIZE (sizeof(uint32_t) * GPUMMU_VA_RANGE / GPUMMU_PAGE_SIZE) macro
75 dma_free_attrs(mmu->dev, TABLE_SIZE, gpummu->table, gpummu->pt_base, in msm_gpummu_destroy()
96 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in msm_gpummu_new()
115 *tran_error = base + TABLE_SIZE; /* 32-byte aligned */ in msm_gpummu_params()
/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_cmd.c157 #define TABLE_SIZE (TABLE_COUNT_MAX * sizeof(__le64)) in ipa_cmd_validate_build() macro
159 BUILD_BUG_ON(TABLE_SIZE > field_max(IP_FLTRT_FLAGS_HASH_SIZE_FMASK)); in ipa_cmd_validate_build()
160 BUILD_BUG_ON(TABLE_SIZE > field_max(IP_FLTRT_FLAGS_NHASH_SIZE_FMASK)); in ipa_cmd_validate_build()
162 #undef TABLE_SIZE in ipa_cmd_validate_build()
/kernel/liteos_a/drivers/block/disk/include/
Ddisk.h114 #define TABLE_SIZE 128 macro
/kernel/liteos_a/drivers/block/disk/src/
Ddisk.c498 if (!VERITY_AVAILABLE_PAR(&gptBuf[j * TABLE_SIZE])) { in OsGPTPartitionRecognition()
503 if (!VERITY_PAR_VALID(&gptBuf[j * TABLE_SIZE])) { in OsGPTPartitionRecognition()
507 partitionStart = LD_QWORD_DISK(&gptBuf[(j * TABLE_SIZE) + GPT_PAR_START_OFFSET]); in OsGPTPartitionRecognition()
508 partitionEnd = LD_QWORD_DISK(&gptBuf[(j * TABLE_SIZE) + GPT_PAR_END_OFFSET]); in OsGPTPartitionRecognition()