Home
last modified time | relevance | path

Searched refs:SZ_2K (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/arch/sh/boards/mach-sdk7786/
Dsram.c53 vaddr = ioremap(phys, SZ_2K); in fpga_sram_init()
61 SZ_2K >> 10, phys, phys + SZ_2K - 1, area); in fpga_sram_init()
63 ret = gen_pool_add(sram_pool, (unsigned long)vaddr, SZ_2K, -1); in fpga_sram_init()
/linux-4.1.27/arch/arm/mach-omap1/
Dgpio7xx.c36 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1,
77 .end = OMAP7XX_GPIO1_BASE + SZ_2K - 1,
116 .end = OMAP7XX_GPIO2_BASE + SZ_2K - 1,
144 .end = OMAP7XX_GPIO3_BASE + SZ_2K - 1,
172 .end = OMAP7XX_GPIO4_BASE + SZ_2K - 1,
200 .end = OMAP7XX_GPIO5_BASE + SZ_2K - 1,
228 .end = OMAP7XX_GPIO6_BASE + SZ_2K - 1,
Dgpio16xx.c37 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1,
78 .end = OMAP1610_GPIO1_BASE + SZ_2K - 1,
122 .end = OMAP1610_GPIO2_BASE + SZ_2K - 1,
150 .end = OMAP1610_GPIO3_BASE + SZ_2K - 1,
178 .end = OMAP1610_GPIO4_BASE + SZ_2K - 1,
Dgpio15xx.c31 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1,
72 .end = OMAP1510_GPIO_BASE + SZ_2K - 1,
Dserial.c135 ioremap(serial_platform_data[i].mapbase, SZ_2K); in omap_serial_init()
Ddma.c85 .end = OMAP1_DMA_BASE + SZ_2K - 1,
/linux-4.1.27/arch/arm/mach-tegra/
Diomap.h89 #define TEGRA_EMC0_SIZE SZ_2K
92 #define TEGRA_EMC1_SIZE SZ_2K
95 #define TEGRA124_EMC_SIZE SZ_2K
/linux-4.1.27/drivers/pcmcia/
Dbfin_cf_pcmcia.c46 #define SZ_2K (2 * SZ_1K) macro
167 io->stop = io->start + SZ_2K - 1; in bfin_cf_set_io_map()
251 ioremap(cf->phys_cf_io, SZ_2K); in bfin_cf_probe()
267 cf->socket.map_size = SZ_2K; in bfin_cf_probe()
Domap_cf.c169 io->stop = io->start + SZ_2K - 1; in omap_cf_set_io_map()
184 map->static_start += SZ_2K; in omap_cf_set_mem_map()
256 ioremap(cf->phys_cf + SZ_4K, SZ_2K); in omap_cf_probe()
296 cf->socket.map_size = SZ_2K; in omap_cf_probe()
Dat91_cf.c181 io->stop = io->start + SZ_2K - 1; in at91_cf_set_io_map()
344 cf->socket.map_size = SZ_2K; in at91_cf_probe()
/linux-4.1.27/include/linux/
Dsizes.h23 #define SZ_2K 0x00000800 macro
/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-dma.c44 nents = DIV_ROUND_UP(len, SZ_2K); in pxa2xx_spi_map_dma_buffer()
56 size_t bytes = min_t(size_t, len, SZ_2K); in pxa2xx_spi_map_dma_buffer()
311 drv_data->dummy = devm_kzalloc(dev, SZ_2K, GFP_KERNEL); in pxa2xx_spi_dma_setup()
/linux-4.1.27/arch/arm/mach-imx/
Dclk-imx21.c124 ccm = ioremap(MX21_CCM_BASE_ADDR, SZ_2K); in mx21_clocks_init()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c626 omap_dmm->base = ioremap(mem->start, SZ_2K); in omap_dmm_probe()