Home
last modified time | relevance | path

Searched refs:SZ_64 (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/arm/mach-tegra/
H A Diomap.h32 #define TEGRA_TMRUS_SIZE SZ_64
56 #define TEGRA_UARTA_SIZE SZ_64
59 #define TEGRA_UARTB_SIZE SZ_64
/openbmc/linux/tools/testing/memblock/tests/
H A Dalloc_helpers_api.c155 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()
H A Dalloc_nid_api.c314 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()
H A Dalloc_exact_nid_api.c263 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()
H A Dalloc_api.c270 phys_addr_t r3_size = SZ_64; in alloc_in_between_generic_check()
654 r1.size = SZ_64; in alloc_bottom_up_after_check()
H A Dbasic_api.c441 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()
/openbmc/linux/drivers/firmware/
H A Dqcom_scm.c939 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) + in qcom_scm_assign_mem()
940 ALIGN(dest_sz, SZ_64); in qcom_scm_assign_mem()
955 mem_to_map = ptr + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
956 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
962 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
963 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
/openbmc/u-boot/include/linux/
H A Dsizes.h19 #define SZ_64 0x00000040 macro
/openbmc/linux/tools/include/linux/
H A Dsizes.h16 #define SZ_64 0x00000040 macro
/openbmc/linux/include/linux/
H A Dsizes.h16 #define SZ_64 0x00000040 macro
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h15 #define ADMIN_CQE_SIZE SZ_64
/openbmc/u-boot/drivers/serial/
H A Dserial_uniphier.c126 port = devm_ioremap(dev, base, SZ_64); in uniphier_serial_probe()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uniphier.c56 priv->regs = devm_ioremap(dev, addr, SZ_64); in uniphier_i2c_probe()
/openbmc/linux/drivers/spi/
H A Dspi-fsl-qspi.c210 .txfifo = SZ_64,
248 .txfifo = SZ_64,
257 .txfifo = SZ_64,
H A Dspi-mtk-snfi.c1472 ret = mtk_snand_setup_pagefmt(ms, SZ_2K, SZ_64); in mtk_snand_probe()
/openbmc/linux/drivers/pcmcia/
H A Domap_cf.c206 struct resource iospace = DEFINE_RES_IO(SZ_64, SZ_4K); in omap_cf_probe()
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_drv.c88 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), SZ_64); in meson_dumb_create()
/openbmc/linux/arch/arm64/lib/
H A Dinsn.c938 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_add_sub_shifted_reg()
1144 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_logical_shifted_reg()