Home
last modified time | relevance | path

Searched refs:xhfc_memdata (Results 1 – 2 of 2) sorted by relevance

/drivers/isdn/hardware/mISDN/
Dhfc_multi_8xx.h27 writeb(val, hc->xhfc_memdata); in HFC_outb_embsd()
39 return readb(hc->xhfc_memdata); in HFC_inb_embsd()
51 return readb(hc->xhfc_memdata); in HFC_inw_embsd()
63 while (readb(hc->xhfc_memdata) & V_BUSY) in HFC_wait_embsd()
75 *hc->xhfc_memdata = *data; in write_fifo_embsd()
89 *data = (u_char)(*hc->xhfc_memdata); in read_fifo_embsd()
114 hc->xhfc_memdata = NULL; in setup_embedded()
140 hc->xhfc_memdata = (u_long *)(hc->xhfc_membase); in setup_embedded()
145 (u_long)hc->xhfc_memaddr, (u_long)hc->xhfc_memdata); in setup_embedded()
Dhfc_multi.h187 u_long *xhfc_memaddr, *xhfc_memdata; member