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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Dbcm947xx-flash.c74 struct map_info bcm947xx_map = { variable in typeref:struct:map_info
102 bcm947xx_map.map_priv_2 = 1;
104 bcm947xx_map.size = window_size = 32 * 1024 * 1024;
106 bcm947xx_map.bankwidth = 1;
110 bcm947xx_map.map_priv_2 = 0;
112 bcm947xx_map.size = window_size = WINDOW_SIZE;
124 bcm947xx_map.virt = ioremap(window_addr, window_size);
125 if (bcm947xx_map.virt == NULL) {
131 if ((bcm947xx_mtd = do_map_probe("cfi_probe", &bcm947xx_map)) == NULL) {
160 if (bcm947xx_map
[all...]

Completed in 16 milliseconds