ohci_physaddr_t
struct ohci_soft_td *ohci_hash_find_td(struct ohci_softc *, ohci_physaddr_t);
ohci_physaddr_t done;
struct ohci_soft_itd *ohci_hash_find_itd(struct ohci_softc *, ohci_physaddr_t);
ohci_add_done(struct ohci_softc *sc, ohci_physaddr_t done)
ohci_hash_find_td(struct ohci_softc *sc, ohci_physaddr_t a)
ohci_hash_find_itd(struct ohci_softc *sc, ohci_physaddr_t a)
ohci_physaddr_t tdphys;
ohci_physaddr_t headp;
ohci_physaddr_t buf, offs, noffs, bp0;
ohci_physaddr_t dataphys, dataphysend;
void ohci_add_done(struct ohci_softc *, ohci_physaddr_t);
ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
ohci_physaddr_t hcca_done_head;
ohci_physaddr_t ed_tailp;
ohci_physaddr_t ed_headp;
ohci_physaddr_t ed_nexted;
ohci_physaddr_t td_cbp; /* Current Buffer Pointer */
ohci_physaddr_t td_nexttd; /* Next TD */
ohci_physaddr_t td_be; /* Buffer End */
ohci_physaddr_t itd_bp0; /* Buffer Page 0 */
ohci_physaddr_t itd_nextitd; /* Next ITD */
ohci_physaddr_t itd_be; /* Buffer End */
ohci_physaddr_t physaddr;
ohci_physaddr_t physaddr;
ohci_physaddr_t physaddr;