Home
last modified time | relevance | path

Searched refs:doc_config_location (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Ddiskonchip.c112 static unsigned long doc_config_location = CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS; variable
113 module_param(doc_config_location, ulong, 0);
114 MODULE_PARM_DESC(doc_config_location, "Physical memory address at which to probe for DiskOnChip");
1677 if (doc_config_location) { in init_nanddoc()
1679 doc_config_location); in init_nanddoc()
1680 ret = doc_probe(doc_config_location); in init_nanddoc()