Home
last modified time | relevance | path

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

/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_multi_8xx.h28 writeb(val, hc->xhfc_memdata); in HFC_outb_embsd()
40 return readb(hc->xhfc_memdata); in HFC_inb_embsd()
52 return readb(hc->xhfc_memdata); in HFC_inw_embsd()
64 while (readb(hc->xhfc_memdata) & V_BUSY) in HFC_wait_embsd()
76 *hc->xhfc_memdata = *data; in write_fifo_embsd()
90 *data = (u_char)(*hc->xhfc_memdata); in read_fifo_embsd()
115 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()
H A Dhfc_multi.h188 u_long *xhfc_memaddr, *xhfc_memdata; member