Searched refs:pci_origmembase (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c4392 hc->pci_origmembase = hc->pci_dev->resource[2].start;
4394 if (!hc->pci_origmembase) {
4401 hc->pci_membase = ioremap(hc->pci_origmembase, 0x400);
4412 hc->id, (u_long)hc->pci_membase, hc->pci_origmembase,
4423 hc->pci_origmembase = hc->pci_dev->resource[1].start;
4424 if (!hc->pci_origmembase) {
4431 hc->pci_membase = ioremap(hc->pci_origmembase, 256);
4441 hc->pci_origmembase, hc->pci_dev->irq, HZ, hc->leds);
H A Dhfc_multi.h182 u_long pci_origmembase, plx_origmembase; member in struct:hfc_multi

Completed in 53 milliseconds