Searched refs:plx_origmembase (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h183 u_long pci_origmembase, plx_origmembase; member in struct:hfc_multi
H A Dhfcmulti.c4365 hc->plx_origmembase = hc->pci_dev->resource[0].start;
4368 if (!hc->plx_origmembase) {
4375 hc->plx_membase = ioremap(hc->plx_origmembase, 0x80);
4384 "HFC-multi: plx_membase:%#lx plx_origmembase:%#lx\n",
4385 (u_long)hc->plx_membase, hc->plx_origmembase);

Completed in 185 milliseconds