Searched refs:WINDOW_SIZE (Results 1 - 12 of 12) 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.c24 #define WINDOW_SIZE 0x00200000 macro
53 .size = WINDOW_SIZE,
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.c15 #define WINDOW_SIZE 0x800000 macro
21 .size = WINDOW_SIZE,
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.c60 #define WINDOW_SIZE 0x800000 macro
67 .size = WINDOW_SIZE,
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.c24 #define WINDOW_SIZE 0x01000000 macro
38 .size = WINDOW_SIZE,
81 WINDOW_SIZE, WINDOW_ADDR);
82 edb7312nor_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
H A Dts5500_flash.c37 #define WINDOW_SIZE 0x00200000 macro
41 .size = WINDOW_SIZE,
H A Dl440gx.c18 #define WINDOW_SIZE 0x00100000 macro
45 .size = WINDOW_SIZE,
70 l440gx_map.virt = ioremap_nocache(WINDOW_ADDR, WINDOW_SIZE);
H A Dnetsc520.c79 #define WINDOW_SIZE 0x00100000 macro
84 .size = WINDOW_SIZE,
H A Dbcm947xx-flash.c56 #define WINDOW_SIZE 0x400000 macro
80 .size = WINDOW_SIZE,
116 bcm947xx_map.size = window_size = WINDOW_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dmv_xor.h51 #define WINDOW_SIZE(w) (0x270 + ((w) << 2)) macro
H A Dmv_xor.c1261 writel(0, base + WINDOW_SIZE(i));
1272 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c199 WINDOW_SIZE = 2 * WSIZE, enumerator in enum:__anon19707
539 unsigned more = WINDOW_SIZE - G1.lookahead - G1.strstart;
554 Assert(WINDOW_SIZE == 2 * WSIZE, "no sliding with BIG_MEM");
626 Assert(G1.strstart <= WINDOW_SIZE - MIN_LOOKAHEAD, "insufficient lookahead");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmv643xx_eth.c77 #define WINDOW_SIZE(w) (0x0204 + ((w) << 3)) macro
2548 writel(0, base + WINDOW_SIZE(i));
2562 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i));

Completed in 126 milliseconds