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