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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dmbx860.c23 #define WINDOW_ADDR 0xfe000000 macro
54 .phys = WINDOW_ADDR,
60 printk(KERN_NOTICE "Motorola MBX flash device: 0x%x at 0x%x\n", WINDOW_SIZE*4, WINDOW_ADDR);
61 mbx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
H A Drpxlite.c14 #define WINDOW_ADDR 0xfe000000 macro
23 .phys = WINDOW_ADDR,
28 printk(KERN_NOTICE "RPX Lite or CLLF flash device: %x at %x\n", WINDOW_SIZE*4, WINDOW_ADDR);
29 rpxlite_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
H A Ddbox2-flash.c59 #define WINDOW_ADDR 0x10000000 macro
69 .phys = WINDOW_ADDR,
74 printk(KERN_NOTICE "D-Box 2 flash driver (size->0x%X mem->0x%X)\n", WINDOW_SIZE, WINDOW_ADDR);
75 dbox2_flash_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
H A Dedb7312.c23 #define WINDOW_ADDR 0x00000000 /* physical properties of flash */ macro
40 .phys = WINDOW_ADDR,
81 WINDOW_SIZE, WINDOW_ADDR);
82 edb7312nor_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
H A Dts5500_flash.c36 #define WINDOW_ADDR 0x09400000 macro
43 .phys = WINDOW_ADDR
H A Dl440gx.c17 #define WINDOW_ADDR 0xfff00000 macro
47 .phys = WINDOW_ADDR,
70 l440gx_map.virt = ioremap_nocache(WINDOW_ADDR, WINDOW_SIZE);
H A Dnetsc520.c80 #define WINDOW_ADDR 0x00200000 macro
86 .phys = WINDOW_ADDR,
H A Dbcm947xx-flash.c55 #define WINDOW_ADDR 0x1fc00000 macro
115 window_addr = WINDOW_ADDR;
H A Ddilnetpc.c250 #define WINDOW_ADDR FLASH_BASE macro
257 .phys = WINDOW_ADDR

Completed in 114 milliseconds