ohci_softc_t
ohci_softc_t sc;
ohci_softc_t sc;
CFATTACH_DECL_NEW(ohci_aubus, sizeof (ohci_softc_t),
ohci_softc_t *sc = device_private(self);
CFATTACH_DECL_NEW(ohci_arbus, sizeof (ohci_softc_t),
ohci_softc_t * const sc = device_private(self);
CFATTACH_DECL_NEW(rmixl_ohci, sizeof (ohci_softc_t),
ohci_softc_t * const sc = device_private(self);
ohci_softc_t *sc = &msc->sc;
ohci_softc_t sc;
ohci_softc_t sc;
ohci_softc_t sc;
ohci_softc_t *sc = OHCI_BUS2SC(bus);
ohci_softc_t *sc = OHCI_BUS2SC(bus);
ohci_softc_t *sc = OHCI_BUS2SC(bus);
ohci_softc_t *sc = OHCI_BUS2SC(bus);
ohci_softc_t *sc = device_private(self);
ohci_softc_t *sc = device_private(dv);
ohci_softc_t *sc = device_private(dv);
ohci_dumpregs(ohci_softc_t *sc)
Static int ohci_intr1(ohci_softc_t *);
ohci_softc_t *sc = p;
Static ohci_soft_ed_t *ohci_alloc_sed(ohci_softc_t *);
Static void ohci_free_sed(ohci_softc_t *, ohci_soft_ed_t *);
ohci_intr1(ohci_softc_t *sc)
Static ohci_soft_td_t *ohci_alloc_std(ohci_softc_t *);
Static void ohci_free_std(ohci_softc_t *, ohci_soft_td_t *);
Static void ohci_free_std_locked(ohci_softc_t *, ohci_soft_td_t *);
Static ohci_soft_itd_t *ohci_alloc_sitd(ohci_softc_t *);
Static void ohci_free_sitd(ohci_softc_t *,ohci_soft_itd_t *);
Static void ohci_free_sitd_locked(ohci_softc_t *,
ohci_softc_t *sc = v_sc;
Static int ohci_alloc_std_chain(ohci_softc_t *, struct usbd_xfer *,
Static void ohci_free_stds(ohci_softc_t *, struct ohci_xfer *);
ohci_softc_t *sc = OHCI_BUS2SC(bus);
Static void ohci_reset_std_chain(ohci_softc_t *, struct usbd_xfer *,
Static void ohci_rhsc(ohci_softc_t *, struct usbd_xfer *);
Static void ohci_add_ed(ohci_softc_t *, ohci_soft_ed_t *,
Static void ohci_rem_ed(ohci_softc_t *, ohci_soft_ed_t *,
Static void ohci_hash_add_td(ohci_softc_t *, ohci_soft_td_t *);
Static void ohci_hash_rem_td(ohci_softc_t *, ohci_soft_td_t *);
Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t);
Static void ohci_hash_add_itd(ohci_softc_t *, ohci_soft_itd_t *);
Static void ohci_hash_rem_itd(ohci_softc_t *, ohci_soft_itd_t *);
Static ohci_soft_itd_t *ohci_hash_find_itd(ohci_softc_t *, ohci_physaddr_t);
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = arg;
ohci_rhsc(ohci_softc_t *sc, struct usbd_xfer *xfer)
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_BUS2SC(bus);
ohci_add_ed(ohci_softc_t *sc, ohci_soft_ed_t *sed, ohci_soft_ed_t *head)
ohci_rem_ed(ohci_softc_t *sc, ohci_soft_ed_t *sed, ohci_soft_ed_t *head)
ohci_hash_add_td(ohci_softc_t *sc, ohci_soft_td_t *std)
ohci_hash_rem_td(ohci_softc_t *sc, ohci_soft_td_t *std)
ohci_hash_find_td(ohci_softc_t *sc, ohci_physaddr_t a)
ohci_hash_add_itd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
ohci_hash_rem_itd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
ohci_hash_find_itd(ohci_softc_t *sc, ohci_physaddr_t a)
ohci_dump_tds(ohci_softc_t *sc, ohci_soft_td_t *std)
ohci_dump_td(ohci_softc_t *sc, ohci_soft_td_t *std)
ohci_dump_itd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
ohci_dump_itds(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
ohci_dump_ed(ohci_softc_t *sc, ohci_soft_ed_t *sed)
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
Static usbd_status ohci_device_setintr(ohci_softc_t *,
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
Static void ohci_dumpregs(ohci_softc_t *);
Static void ohci_dump_tds(ohci_softc_t *, ohci_soft_td_t *);
Static void ohci_dump_td(ohci_softc_t *, ohci_soft_td_t *);
Static void ohci_dump_ed(ohci_softc_t *, ohci_soft_ed_t *);
Static void ohci_dump_itd(ohci_softc_t *, ohci_soft_itd_t *);
Static void ohci_dump_itds(ohci_softc_t *, ohci_soft_itd_t *);
ohci_softc_t *sc = OHCI_BUS2SC(bus);
OREAD4(ohci_softc_t *sc, bus_size_t r)
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc __diagused = OHCI_PIPE2SC(pipe);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
ohci_device_setintr(ohci_softc_t *sc, struct ohci_pipe *opipe, int ival)
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
ohci_alloc_sed(ohci_softc_t *sc)
ohci_free_sed_locked(ohci_softc_t *sc, ohci_soft_ed_t *sed)
ohci_free_sed(ohci_softc_t *sc, ohci_soft_ed_t *sed)
ohci_alloc_std(ohci_softc_t *sc)
ohci_free_std_locked(ohci_softc_t *sc, ohci_soft_td_t *std)
ohci_free_std(ohci_softc_t *sc, ohci_soft_td_t *std)
ohci_alloc_std_chain(ohci_softc_t *sc, struct usbd_xfer *xfer, int length, int rd)
ohci_free_stds(ohci_softc_t *sc, struct ohci_xfer *ox)
ohci_reset_std_chain(ohci_softc_t *sc, struct usbd_xfer *xfer,
ohci_alloc_sitd(ohci_softc_t *sc)
ohci_free_sitd_locked(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
ohci_free_sitd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
ohci_init(ohci_softc_t *sc)
int ohci_init(ohci_softc_t *);
void ohci_detach(ohci_softc_t *);