Searched refs:SZ_64 (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/arch/arm/mach-tegra/ |
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-v5.15/drivers/firmware/ |
D | qcom_scm.c | 854 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) + in qcom_scm_assign_mem() 855 ALIGN(dest_sz, SZ_64); in qcom_scm_assign_mem() 868 mem_to_map = ptr + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 869 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 875 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem() 876 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64); in qcom_scm_assign_mem()
|
/Linux-v5.15/tools/include/linux/ |
D | sizes.h | 16 #define SZ_64 0x00000040 macro
|
/Linux-v5.15/include/linux/ |
D | sizes.h | 16 #define SZ_64 0x00000040 macro
|
/Linux-v5.15/drivers/spi/ |
D | spi-fsl-qspi.c | 211 .txfifo = SZ_64, 249 .txfifo = SZ_64, 258 .txfifo = SZ_64,
|
/Linux-v5.15/drivers/gpu/drm/meson/ |
D | meson_drv.c | 85 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), SZ_64); in meson_dumb_create()
|
/Linux-v5.15/arch/arm64/lib/ |
D | insn.c | 924 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_add_sub_shifted_reg() 1130 if (shift & ~(SZ_64 - 1)) { in aarch64_insn_gen_logical_shifted_reg()
|