Searched refs:SZ_8 (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/arm/mach-tegra/ |
| H A D | iomap.h | 26 #define TEGRA_TMR1_SIZE SZ_8 29 #define TEGRA_TMR2_SIZE SZ_8 35 #define TEGRA_TMR3_SIZE SZ_8 38 #define TEGRA_TMR4_SIZE SZ_8
|
| /linux/tools/include/linux/ |
| H A D | sizes.h | 13 #define SZ_8 0x00000008 macro
|
| /linux/arch/arm64/kernel/ |
| H A D | vmlinux.lds.S | 11 . = ALIGN(SZ_8); \
|
| /linux/tools/testing/memblock/tests/ |
| H A D | alloc_helpers_api.c | 245 min_addr = memblock_end_of_DRAM() - SZ_8; in alloc_from_bottom_up_high_addr_check()
|
| H A D | alloc_exact_nid_api.c | 93 ASSERT_LE(SZ_8, req_node->size); in alloc_exact_nid_top_down_numa_part_reserved_check() 363 ASSERT_LE(SZ_8, req_node->size); in alloc_exact_nid_bottom_up_numa_part_reserved_check()
|
| H A D | alloc_api.c | 181 r1.size = SZ_8; in alloc_top_down_after_check()
|
| H A D | basic_api.c | 2471 memblock_reserve(memblock_start_of_DRAM() + SZ_16 * i, SZ_8); in memblock_set_node_check() 2473 memblock_reserve(memblock_start_of_DRAM() + memblock_phys_mem_size() / 2 - SZ_8, in memblock_set_node_check()
|
| H A D | alloc_nid_api.c | 1414 ASSERT_LE(SZ_8, req_node->size); in alloc_nid_top_down_numa_part_reserved_check() 1960 ASSERT_LE(SZ_8, req_node->size); in alloc_nid_bottom_up_numa_part_reserved_check()
|
| /linux/drivers/leds/blink/ |
| H A D | leds-lgm-sso.c | 49 #define PINS_PER_GROUP SZ_8
|
| /linux/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 2867 return (id < (npg * psz / (esz * SZ_8))); in allocate_vpe_l2_table() 2870 idx = id >> ilog2(psz / (esz * SZ_8)); in allocate_vpe_l2_table() 2970 epp = psz / (esz * SZ_8); in allocate_vpe_l1_table() 2985 npg = DIV_ROUND_UP(nl2 * SZ_8, psz); in allocate_vpe_l1_table()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_gem.c | 588 ret = drm_mode_size_dumb(dev, args, SZ_8, 0); in omap_gem_dumb_create()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem.c | 693 pitch_align = round_up(args->width, 32) * DIV_ROUND_UP(args->bpp, SZ_8); in msm_gem_dumb_create()
|
| /linux/drivers/soc/qcom/ |
| H A D | llcc-qcom.c | 54 #define LLCC_TRP_ATTR0_CFGn(n) (0x21000 + SZ_8 * n) 55 #define LLCC_TRP_ATTR1_CFGn(n) (0x21004 + SZ_8 * n)
|
| /linux/drivers/dma/lgm/ |
| H A D | lgm-dma.c | 145 #define DMA_BURSTL_8DW SZ_8
|