Searched refs:xhfc_membase (Results 1 - 3 of 3) 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 Dhfc_multi_8xx.h112 hc->xhfc_membase = NULL;
131 hc->xhfc_membase = (u_char *)ioremap(hc->xhfc_origmembase,
133 if (!hc->xhfc_membase) {
139 hc->xhfc_memaddr = (u_long *)(hc->xhfc_membase + 4);
140 hc->xhfc_memdata = (u_long *)(hc->xhfc_membase);
142 "HFC-multi: xhfc_membase:%#lx xhfc_origmembase:%#lx "
144 (u_long)hc->xhfc_membase, hc->xhfc_origmembase,
H A Dhfc_multi.h186 u_char *xhfc_membase; member in struct:hfc_multi
H A Dhfcmulti.c1082 if (hc->xhfc_membase)
1083 iounmap((void *)hc->xhfc_membase);

Completed in 60 milliseconds