Searched refs:xhfc_membase (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1060 if (hc->xhfc_membase)
1061 iounmap((void *)hc->xhfc_membase);
H A Dhfc_multi_8xx.h113 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.h187 u_char *xhfc_membase; member in struct:hfc_multi

Completed in 180 milliseconds