Home
last modified time | relevance | path

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

/linux/arch/arm/mach-tegra/
A Diomap.h32 #define TEGRA_TMRUS_SIZE SZ_64
56 #define TEGRA_UARTA_SIZE SZ_64
59 #define TEGRA_UARTB_SIZE SZ_64
/linux/drivers/firmware/
A Dqcom_scm.c854 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/tools/include/linux/
A Dsizes.h16 #define SZ_64 0x00000040 macro
/linux/include/linux/
A Dsizes.h16 #define SZ_64 0x00000040 macro
/linux/drivers/spi/
A Dspi-fsl-qspi.c211 .txfifo = SZ_64,
249 .txfifo = SZ_64,
258 .txfifo = SZ_64,
/linux/arch/arm64/lib/
A Dinsn.c924 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()
/linux/drivers/gpu/drm/meson/
A Dmeson_drv.c85 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), SZ_64); in meson_dumb_create()

Completed in 17 milliseconds