Searched refs:WINDOW_ADDR (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dmbx860.c25 #define WINDOW_ADDR 0xfe000000 macro
56 .phys = WINDOW_ADDR,
62 printk(KERN_NOTICE "Motorola MBX flash device: 0x%x at 0x%x\n", WINDOW_SIZE*4, WINDOW_ADDR);
63 mbx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
H A Drpxlite.c16 #define WINDOW_ADDR 0xfe000000 macro
25 .phys = WINDOW_ADDR,
30 printk(KERN_NOTICE "RPX Lite or CLLF flash device: %x at %x\n", WINDOW_SIZE*4, WINDOW_ADDR);
31 rpxlite_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
H A Ddbox2-flash.c61 #define WINDOW_ADDR 0x10000000 macro
71 .phys = WINDOW_ADDR,
76 printk(KERN_NOTICE "D-Box 2 flash driver (size->0x%X mem->0x%X)\n", WINDOW_SIZE, WINDOW_ADDR);
77 dbox2_flash_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
H A Dedb7312.c25 #define WINDOW_ADDR 0x00000000 /* physical properties of flash */ macro
42 .phys = WINDOW_ADDR,
83 WINDOW_SIZE, WINDOW_ADDR);
84 edb7312nor_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
H A Dsharpsl-flash.c33 #define WINDOW_ADDR 0x00000000 macro
43 .phys = WINDOW_ADDR
59 WINDOW_SIZE, WINDOW_ADDR);
60 sharpsl_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
H A Dpnc2000.c21 #define WINDOW_ADDR 0xbf000000 macro
34 .virt = (void __iomem *)WINDOW_ADDR,
67 printk(KERN_NOTICE "Photron PNC-2000 flash mapping: %x at %x\n", WINDOW_SIZE, WINDOW_ADDR);
H A Dredwood.c29 #define WINDOW_ADDR 0xffc00000 macro
75 #define WINDOW_ADDR 0xff800000 macro
118 .phys = WINDOW_ADDR,
131 WINDOW_SIZE, WINDOW_ADDR);
133 redwood_flash_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
H A Dts5500_flash.c38 #define WINDOW_ADDR 0x09400000 macro
45 .phys = WINDOW_ADDR
H A Dl440gx.c19 #define WINDOW_ADDR 0xfff00000 macro
49 .phys = WINDOW_ADDR,
72 l440gx_map.virt = ioremap_nocache(WINDOW_ADDR, WINDOW_SIZE);
H A Dnetsc520.c82 #define WINDOW_ADDR 0x00200000 macro
88 .phys = WINDOW_ADDR,
H A Dbcm947xx-flash.c51 #define WINDOW_ADDR 0x1fc00000 macro
111 window_addr = WINDOW_ADDR;
H A Ddilnetpc.c252 #define WINDOW_ADDR FLASH_BASE macro
259 .phys = WINDOW_ADDR

Completed in 152 milliseconds