Searched refs:doc_config_location (Results 1 – 1 of 1) sorted by relevance
111 static unsigned long doc_config_location = CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS; variable112 module_param(doc_config_location, ulong, 0);113 MODULE_PARM_DESC(doc_config_location, "Physical memory address at which to probe for DiskOnChip");1548 if (doc_config_location) { in init_nanddoc()1550 doc_config_location); in init_nanddoc()1551 ret = doc_probe(doc_config_location); in init_nanddoc()