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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dceiva.c116 static int __init clps_setup_mtd(struct clps_info *clps, int nr, struct mtd_info **rmtd) argument
132 if (clps[i].base == (unsigned long)-1)
135 clps[i].res = request_mem_region(clps[i].base, clps[i].size, "clps flash");
136 if (!clps[i].res) {
141 clps[i].map = maps + i;
143 clps[i].map->name = "clps flas
230 clps_destroy_mtd(struct clps_info *clps, struct mtd_info *mtd) argument
[all...]

Completed in 56 milliseconds