doc_config_location  113 drivers/mtd/nand/raw/diskonchip.c static unsigned long doc_config_location = CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS;
doc_config_location  114 drivers/mtd/nand/raw/diskonchip.c module_param(doc_config_location, ulong, 0);
doc_config_location  115 drivers/mtd/nand/raw/diskonchip.c MODULE_PARM_DESC(doc_config_location, "Physical memory address at which to probe for DiskOnChip");
doc_config_location 1665 drivers/mtd/nand/raw/diskonchip.c 	if (doc_config_location) {
doc_config_location 1667 drivers/mtd/nand/raw/diskonchip.c 			doc_config_location);
doc_config_location 1668 drivers/mtd/nand/raw/diskonchip.c 		ret = doc_probe(doc_config_location);