Searched refs:xhfc_memdata (Results 1 – 2 of 2) sorted by relevance
28 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()
188 u_long *xhfc_memaddr, *xhfc_memdata; member