Searched refs:netsc520_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 Dnetsc520.c84 static struct map_info netsc520_map = { variable in typeref:struct:map_info
91 #define NUM_FLASH_BANKS ARRAY_SIZE(netsc520_map)
98 (unsigned long long)netsc520_map.size,
99 (unsigned long long)netsc520_map.phys);
100 netsc520_map.virt = ioremap_nocache(netsc520_map.phys, netsc520_map.size);
102 if (!netsc520_map.virt) {
107 simple_map_init(&netsc520_map);
109 mymtd = do_map_probe("cfi_probe", &netsc520_map);
[all...]

Completed in 91 milliseconds