Home
last modified time | relevance | path

Searched refs:SZ_16M (Results 1 – 25 of 107) sorted by relevance

12345

/openbmc/u-boot/arch/mips/mach-mscc/
H A Dcpu.c49 create_tlb(tlbix++, MSCC_IO_ORIGIN1_OFFSET, SZ_16M, MMU_REGIO_RW, in vcoreiii_tlb_init()
52 create_tlb(tlbix++, MSCC_IO_ORIGIN2_OFFSET, SZ_16M, MMU_REGIO_RW, in vcoreiii_tlb_init()
61 create_tlb(tlbix++, MSCC_FLASH_TO, SZ_16M, MMU_REGIO_RO_C, in vcoreiii_tlb_init()
63 create_tlb(tlbix++, MSCC_FLASH_TO + SZ_32M, SZ_16M, MMU_REGIO_RO_C, in vcoreiii_tlb_init()
/openbmc/linux/arch/arm/mach-spear/
H A Dspear13xx.c62 .length = SZ_16M,
67 .length = SZ_16M,
72 .length = SZ_16M,
H A Dspear3xx.c55 .length = SZ_16M,
60 .length = SZ_16M,
H A Dspear6xx.c347 .length = 2 * SZ_16M,
352 .length = SZ_16M,
357 .length = SZ_16M,
H A Dspear1310.c44 .length = SZ_16M,
/openbmc/linux/drivers/iommu/
H A Domap-iommu.h212 (((bytes) >= SZ_16M) ? SZ_16M : \
218 (((bytes) == SZ_16M) ? MMU_CAM_PGSZ_16M : \
224 (((iopgsz) == MMU_CAM_PGSZ_16M) ? SZ_16M : \
/openbmc/linux/tools/testing/nvdimm/test/
H A Dndtest.c100 .size = SZ_16M,
106 .size = SZ_16M,
114 .start = SZ_16M,
115 .size = SZ_16M,
120 .start = SZ_16M,
121 .size = SZ_16M,
126 .start = SZ_16M,
127 .size = SZ_16M,
132 .start = SZ_16M,
133 .size = SZ_16M,
/openbmc/linux/arch/arm/include/asm/
H A Dmemory.h44 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M))
48 #define TASK_UNMAPPED_BASE ALIGN(TASK_SIZE / 3, SZ_16M)
60 #define MODULES_VADDR (PAGE_OFFSET - SZ_16M)
/openbmc/linux/arch/sh/mm/
H A Dpmb.c61 { .size = SZ_16M, .flag = PMB_SZ_16M, },
343 if (size < SZ_16M) in pmb_bolt_mapping()
403 } while (size >= SZ_16M); in pmb_bolt_mapping()
426 if (size < SZ_16M) in pmb_remap_caller()
738 if (uncached_size == SZ_16M) in pmb_resize()
760 pmbe->size = SZ_16M; in pmb_resize()
/openbmc/u-boot/include/configs/
H A Dbroadcom_bcm968580xref.h27 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_16M)
H A Dbroadcom_bcm963158.h28 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_16M)
H A Demsdp.h14 #define CONFIG_SYS_SDRAM_SIZE SZ_16M
H A Dsifive-fu540.h21 #define CONFIG_SYS_BOOTM_LEN SZ_16M
H A Dbcm_northstar2.h24 #define CONFIG_SYS_MALLOC_LEN SZ_16M
H A Dqemu-arm.h18 #define CONFIG_SYS_MALLOC_LEN SZ_16M
H A Dqemu-riscv.h18 #define CONFIG_SYS_BOOTM_LEN SZ_16M
H A Dstih410-b2260.h23 #define CONFIG_SYS_BOOTM_LEN SZ_16M
H A Dwarp.h63 #define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_16M
H A Dls1012afrwy.h36 #define FSL_QSPI_FLASH_SIZE SZ_16M
H A Dwarp7.h153 #define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_16M
/openbmc/linux/arch/arm/mach-omap2/
H A Dusb-tusb6010.c162 status = gpmc_cs_request(async, SZ_16M, (unsigned long *) in tusb6010_setup_interface()
177 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface()
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h11 #define PCI_IOSIZE SZ_16M
/openbmc/u-boot/include/linux/
H A Dsizes.h39 #define SZ_16M 0x01000000 macro
/openbmc/linux/tools/include/linux/
H A Dsizes.h36 #define SZ_16M 0x01000000 macro
/openbmc/linux/include/linux/
H A Dsizes.h36 #define SZ_16M 0x01000000 macro

12345