Home
last modified time | relevance | path

Searched refs:xhfc_membase (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfc_multi_8xx.h113 hc->xhfc_membase = NULL; in setup_embedded()
132 hc->xhfc_membase = (u_char *)ioremap(hc->xhfc_origmembase, in setup_embedded()
134 if (!hc->xhfc_membase) { in setup_embedded()
140 hc->xhfc_memaddr = (u_long *)(hc->xhfc_membase + 4); in setup_embedded()
141 hc->xhfc_memdata = (u_long *)(hc->xhfc_membase); in setup_embedded()
145 (u_long)hc->xhfc_membase, hc->xhfc_origmembase, in setup_embedded()
Dhfc_multi.h187 u_char *xhfc_membase; member
Dhfcmulti.c1105 if (hc->xhfc_membase) in release_io_hfcmulti()
1106 iounmap((void *)hc->xhfc_membase); in release_io_hfcmulti()