Searched refs:SZ_64 (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-tegra/ |
A D | iomap.h | 32 #define TEGRA_TMRUS_SIZE SZ_64 56 #define TEGRA_UARTA_SIZE SZ_64 59 #define TEGRA_UARTB_SIZE SZ_64
|
/linux-6.3-rc2/tools/testing/memblock/tests/ |
A D | alloc_helpers_api.c | 155 phys_addr_t r1_size = SZ_64; in alloc_from_top_down_no_space_above_check() 192 phys_addr_t r1_size = SZ_64; in alloc_from_top_down_min_addr_cap_check() 280 phys_addr_t r1_size = SZ_64; in alloc_from_bottom_up_no_space_above_check() 316 phys_addr_t r1_size = SZ_64; in alloc_from_bottom_up_min_addr_cap_check()
|
A D | alloc_nid_api.c | 314 phys_addr_t r2_size = SZ_64; in alloc_nid_min_reserved_generic_check() 365 phys_addr_t r1_size = SZ_64; in alloc_nid_max_reserved_generic_check() 420 phys_addr_t r3_size = SZ_64; in alloc_nid_top_down_reserved_with_space_check() 484 phys_addr_t r3_size = SZ_64; in alloc_nid_reserved_full_merge_generic_check() 893 phys_addr_t r3_size = SZ_64; in alloc_nid_bottom_up_reserved_with_space_check() 1698 phys_addr_t size = SZ_64; in alloc_nid_top_down_numa_no_overlap_low_check() 1754 phys_addr_t size = SZ_64; in alloc_nid_top_down_numa_no_overlap_high_check() 2246 phys_addr_t size = SZ_64; in alloc_nid_bottom_up_numa_no_overlap_low_check() 2302 phys_addr_t size = SZ_64; in alloc_nid_bottom_up_numa_no_overlap_high_check()
|
A D | alloc_exact_nid_api.c | 263 phys_addr_t size = SZ_64; in alloc_exact_nid_top_down_numa_no_overlap_low_check() 534 phys_addr_t size = SZ_64; in alloc_exact_nid_bottom_up_numa_no_overlap_low_check() 757 phys_addr_t size = SZ_64; in alloc_exact_nid_numa_no_overlap_high_generic_check()
|
A D | alloc_api.c | 270 phys_addr_t r3_size = SZ_64; in alloc_in_between_generic_check() 654 r1.size = SZ_64; in alloc_bottom_up_after_check()
|
A D | basic_api.c | 441 phys_addr_t base, size = SZ_64; in memblock_add_many_check() 442 phys_addr_t gap_size = SZ_64; in memblock_add_many_check()
|
/linux-6.3-rc2/drivers/firmware/ |
A D | qcom_scm.c | 930 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) + in qcom_scm_assign_mem() 931 ALIGN(dest_sz, SZ_64); in qcom_scm_assign_mem() 944 mem_to_map = ptr + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 945 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 951 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 952 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
|
/linux-6.3-rc2/tools/include/linux/ |
A D | sizes.h | 16 #define SZ_64 0x00000040 macro
|
/linux-6.3-rc2/include/linux/ |
A D | sizes.h | 16 #define SZ_64 0x00000040 macro
|
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/ |
A D | funeth.h | 15 #define ADMIN_CQE_SIZE SZ_64
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-fsl-qspi.c | 211 .txfifo = SZ_64, 249 .txfifo = SZ_64, 258 .txfifo = SZ_64,
|
A D | spi-mtk-snfi.c | 1471 ret = mtk_snand_setup_pagefmt(ms, SZ_2K, SZ_64); in mtk_snand_probe()
|
/linux-6.3-rc2/drivers/pcmcia/ |
A D | omap_cf.c | 206 struct resource iospace = DEFINE_RES_IO(SZ_64, SZ_4K); in omap_cf_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/meson/ |
A D | meson_drv.c | 87 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), SZ_64); in meson_dumb_create()
|
/linux-6.3-rc2/arch/arm64/lib/ |
A D | insn.c | 932 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_add_sub_shifted_reg() 1138 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_logical_shifted_reg()
|
Completed in 33 milliseconds