Home
last modified time | relevance | path

Searched refs:SZ_64M (Results 1 – 25 of 63) sorted by relevance

123

/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dtc.h52 #define OMAP_CS0_SIZE SZ_64M
55 #define OMAP_CS1_SIZE SZ_64M
64 #define OMAP_CS2_SIZE SZ_64M
73 #define OMAP_CS3_SIZE SZ_64M
/linux-3.4.99/arch/arm/mach-realview/include/mach/
Dboard-pba8.h50 #define REALVIEW_PBA8_FLASH0_SIZE SZ_64M
52 #define REALVIEW_PBA8_FLASH1_SIZE SZ_64M
Dboard-pb1176.h35 #define REALVIEW_PB1176_FLASH_SIZE SZ_64M
37 #define REALVIEW_PB1176_SEC_FLASH_SIZE SZ_64M
Dboard-pb11mp.h52 #define REALVIEW_PB11MP_FLASH0_SIZE SZ_64M
54 #define REALVIEW_PB11MP_FLASH1_SIZE SZ_64M
Dboard-pbx.h49 #define REALVIEW_PBX_FLASH0_SIZE SZ_64M
51 #define REALVIEW_PBX_FLASH1_SIZE SZ_64M
Dboard-eb.h45 #define REALVIEW_EB_FLASH_SIZE SZ_64M
/linux-3.4.99/arch/arm/mach-ixp4xx/
Dixdp425-setup.c263 .dma_zone_size = SZ_64M,
279 .dma_zone_size = SZ_64M,
294 .dma_zone_size = SZ_64M,
309 .dma_zone_size = SZ_64M,
Dcommon-pci.c321 return (dma_addr + size) >= SZ_64M; in ixp4xx_needs_bounce()
330 *dev->dma_mask = SZ_64M - 1; in ixp4xx_pci_platform_notify()
331 dev->coherent_dma_mask = SZ_64M - 1; in ixp4xx_pci_platform_notify()
407 local_write_config(PCI_BASE_ADDRESS_4, 4, PHYS_OFFSET + SZ_64M); in ixp4xx_pci_preinit()
491 if (mask >= SZ_64M - 1) in dma_set_coherent_mask()
Davila-setup.c174 .dma_zone_size = SZ_64M,
194 .dma_zone_size = SZ_64M,
Dgateway7001-setup.c106 .dma_zone_size = SZ_64M,
Dwg302v2-setup.c107 .dma_zone_size = SZ_64M,
Dgtwx5715-setup.c174 .dma_zone_size = SZ_64M,
/linux-3.4.99/arch/arm/mach-s3c64xx/include/mach/
Dmap.h58 #define S3C64XX_SZ_ONENAND0_BUF (SZ_64M)
64 #define S3C64XX_SZ_ONENAND1_BUF (SZ_64M)
/linux-3.4.99/arch/arm/common/
Dit8152.c251 return (dma_addr + size - PHYS_OFFSET) >= SZ_64M; in it8152_needs_bounce()
262 *dev->dma_mask = (SZ_64M - 1) | PHYS_OFFSET; in it8152_pci_platform_notify()
263 dev->coherent_dma_mask = (SZ_64M - 1) | PHYS_OFFSET; in it8152_pci_platform_notify()
279 if (mask >= PHYS_OFFSET + SZ_64M - 1) in dma_set_coherent_mask()
/linux-3.4.99/arch/arm/mach-orion5x/
Dkurobox_pro-setup.c61 .size = SZ_64M,
64 .offset = SZ_4M + SZ_64M,
65 .size = SZ_256M - (SZ_4M + SZ_64M),
/linux-3.4.99/arch/arm/mach-davinci/
Ddevices-tnetv107x.c247 static const u32 emif_window_sizes[] = { SZ_256M, SZ_64M, SZ_64M, SZ_64M };
/linux-3.4.99/arch/arm/mach-pxa/
Dcsb726.c187 .start = PXA_CS4_PHYS + SZ_64M - SZ_2M,
188 .end = PXA_CS4_PHYS + SZ_64M - 1,
/linux-3.4.99/include/asm-generic/
Dsizes.h39 #define SZ_64M 0x04000000 macro
/linux-3.4.99/arch/sh/boards/mach-sdk7786/
Dfpga.c37 for (area = PA_AREA0; area < PA_AREA7; area += SZ_64M) { in sdk7786_fpga_probe()
Dsram.c47 phys = (area << 26) + SZ_64M - SZ_4K; in fpga_sram_init()
/linux-3.4.99/arch/arm/mach-versatile/include/mach/
Dplatform.h30 #define VERSATILE_BOOT_ROM_SIZE SZ_64M
36 #define VERSATILE_FLASH_SIZE SZ_64M
/linux-3.4.99/arch/arm/mach-ep93xx/
Dmicro9.c59 ep93xx_register_flash(width, EP93XX_CS1_PHYS_BASE, SZ_64M); in micro9_register_flash()
/linux-3.4.99/arch/arm/mach-omap2/
Dboard-h4.c324 if (gpmc_cs_request(H4_FLASH_CS, SZ_64M, &base) < 0) { in h4_init_flash()
329 h4_flash_resource.end = base + SZ_64M - 1; in h4_init_flash()
/linux-3.4.99/arch/arm/mach-s3c24xx/
Dmach-smdk2413.c101 mi->bank[0].size = SZ_64M; in smdk2413_fixup()
Dmach-vstms.c138 mi->bank[0].size = SZ_64M; in vstms_fixup()

123