Searched refs:physadr (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddocprobe.c85 static inline int __init doccheck(void __iomem *potential, unsigned long physadr) argument
200 ChipID, physadr);
226 static void __init DoC_Probe(unsigned long physadr) argument
236 docptr = ioremap(physadr, DOC_IOREMAP_LEN);
241 if ((ChipID = doccheck(docptr, physadr))) {
264 this->physadr = physadr;
300 printk(KERN_NOTICE "Cannot find driver for DiskOnChip %s at 0x%lX\n", name, physadr);
H A Ddoc2000.c480 if (doc1->physadr == doc2->physadr)
524 this->physadr);
562 this->physadr);
H A Ddoc2001.c286 if (doc1->physadr == doc2->physadr)
327 "0x%lX - already configured\n", this->physadr);
340 this->physadr);
H A Ddoc2001plus.c410 if (doc1->physadr == doc2->physadr)
452 this->physadr);
465 "address 0x%lX\n", this->physadr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Ddoc2000.h181 unsigned long physadr; member in struct:DiskOnChip
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddiskonchip.c64 unsigned long physadr; member in struct:doc_priv
1480 static int __init doc_probe(unsigned long physadr) argument
1492 virtadr = ioremap(physadr, DOC_IOREMAP_LEN);
1494 printk(KERN_ERR "Diskonchip ioremap failed: 0x%x bytes at 0x%lx\n", DOC_IOREMAP_LEN, physadr);
1568 printk(KERN_WARNING "Possible DiskOnChip at 0x%lx failed TOGGLE test, dropping.\n", physadr);
1602 printk(KERN_DEBUG "Found alias of DOC at 0x%lx to 0x%lx\n", doc->physadr, physadr);
1607 printk(KERN_NOTICE "DiskOnChip found at 0x%lx\n", physadr);
1642 doc->physadr = physadr;
[all...]

Completed in 117 milliseconds