ohci_physaddr_t
ohci_physaddr_t done = 0;
Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t);
Static ohci_soft_itd_t *ohci_hash_find_itd(ohci_softc_t *, ohci_physaddr_t);
ohci_hash_find_td(ohci_softc_t *sc, ohci_physaddr_t a)
ohci_hash_find_itd(ohci_softc_t *sc, ohci_physaddr_t a)
ohci_physaddr_t tdphys;
ohci_physaddr_t headp;
ohci_physaddr_t buf, offs, bp0, bp1;
ohci_physaddr_t end = bp0; /* XXX stupid GCC */
ohci_physaddr_t noffs = OHCI_PAGE_OFFSET(buf);
ohci_physaddr_t nend = DMAADDR(&xfer->ux_dmabuf, boff - 1);
const ohci_physaddr_t nep = OHCI_PAGE(nend);
const ohci_physaddr_t sdataphys = DMAADDR(dma, curoffs);
const ohci_physaddr_t edataphys = DMAADDR(dma, edataoffs);
volatile ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
volatile ohci_physaddr_t hcca_done_head;
volatile ohci_physaddr_t ed_tailp;
volatile ohci_physaddr_t ed_headp;
volatile ohci_physaddr_t ed_nexted;
volatile ohci_physaddr_t td_cbp; /* Current Buffer Pointer */
volatile ohci_physaddr_t td_nexttd; /* Next TD */
volatile ohci_physaddr_t td_be; /* Buffer End */
volatile ohci_physaddr_t itd_bp0; /* Buffer Page 0 */
volatile ohci_physaddr_t itd_nextitd; /* Next ITD */
volatile ohci_physaddr_t itd_be; /* Buffer End */
ohci_physaddr_t physaddr;
ohci_physaddr_t physaddr;
ohci_physaddr_t physaddr;