Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c111 static unsigned long doc_config_location = CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS; variable
112 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()