Searched refs:map (Results 176 - 200 of 2546) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-omap1/
H A Dboard-osk.c50 #include <asm/mach/map.h>
H A Dboard-palmte.c35 #include <asm/mach/map.h>
H A Dboard-sx1.c35 #include <asm/mach/map.h>
H A Ddevices.c18 #include <asm/mach/map.h>
H A Dfb.c22 #include <asm/mach/map.h>
H A Dflash.c8 #include <linux/mtd/map.h>
H A Dio.c15 #include <asm/mach/map.h>
H A Dsram-init.c19 #include <asm/mach/map.h>
110 pr_err("SRAM: Could not map\n");
H A Dusb.c12 #include <linux/dma-map-ops.h>
/linux-master/arch/arm/mach-omap2/
H A Ddevices.c19 #include <asm/mach/map.h>
H A Dio.c23 #include <asm/mach/map.h>
H A Domap4-common.c25 #include <asm/mach/map.h>
H A Dpm44xx.c38 * struct static_dep_map - Static dependency map
187 * omap4plus_init_static_deps() - Initialize a static dependency map
188 * @map: Mapping of clock domains
190 static inline int omap4plus_init_static_deps(const struct static_dep_map *map) argument
195 if (!map)
198 while (map->from) {
199 from = clkdm_lookup(map->from);
200 to = clkdm_lookup(map->to);
203 map->from, map
[all...]
H A Dsram.c23 #include <asm/mach/map.h>
203 pr_err("SRAM: Could not map\n");
/linux-master/arch/arm/mach-orion5x/
H A Dboard-dt.c19 #include <asm/mach/map.h>
47 * Setup Orion address map
H A Dcommon.c25 #include <asm/mach/map.h>
322 * Setup Orion address map
H A Dpci.c18 #include <plat/addr-map.h>
H A Dts78xx-setup.c20 #include <asm/mach/map.h>
/linux-master/arch/arm/mach-pxa/
H A Dgeneric.c24 #include <asm/mach/map.h>
27 #include "addr-map.h"
H A Dgumstix.c35 #include <asm/mach/map.h>
H A Dirq.c139 .map = pxa_irq_map,
H A Dpxa25x.c32 #include <asm/mach/map.h>
38 #include "addr-map.h"
216 /* PXA25x specific map */
H A Dpxa27x.c29 #include <asm/mach/map.h>
39 #include "addr-map.h"
319 /* PXA27x specific map */
H A Dpxa3xx.c30 #include <asm/mach/map.h>
36 #include "addr-map.h"
188 printk(KERN_ERR "Unable to map ISRAM: disabling standby/suspend\n");
/linux-master/arch/arm/mach-rockchip/
H A Dplatsmp.c22 #include <asm/mach/map.h>
241 pr_err("%s: could not map pmu registers\n", __func__);
271 pr_err("%s: could not map sram registers\n", __func__);
299 pr_err("%s: could not map scu registers\n", __func__);

Completed in 2380 milliseconds

1234567891011>>