Home
last modified time | relevance | path

Searched refs:OMAP_CS1_PHYS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap1/
Dboard-voiceblue.c47 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x40000),
54 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x50000),
61 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x60000),
68 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x70000),
/linux-4.1.27/arch/arm/mach-omap1/include/mach/
Dtc.h54 #define OMAP_CS1_PHYS 0x04000000 macro
57 #define OMAP_CS1A_PHYS OMAP_CS1_PHYS
/linux-4.1.27/drivers/pcmcia/
Domap_cf.c239 cf->phys_cf = OMAP_CS1_PHYS; in omap_cf_probe()