Home
last modified time | relevance | path

Searched refs:ohci_physaddr_t (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/usb/
Dohcireg.h136 typedef u_int32_t ohci_physaddr_t; typedef
140 ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
142 ohci_physaddr_t hcca_done_head;
170 ohci_physaddr_t ed_tailp;
171 ohci_physaddr_t ed_headp;
175 ohci_physaddr_t ed_nexted;
198 ohci_physaddr_t td_cbp; /* Current Buffer Pointer */
199 ohci_physaddr_t td_nexttd; /* Next TD */
200 ohci_physaddr_t td_be; /* Buffer End */
217 ohci_physaddr_t itd_bp0; /* Buffer Page 0 */
[all …]
Dohcivar.h45 ohci_physaddr_t physaddr;
55 ohci_physaddr_t physaddr;
71 ohci_physaddr_t physaddr;
Dohci.c142 Static void ohci_add_done(ohci_softc_t *, ohci_physaddr_t);
150 Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t);
153 Static ohci_soft_itd_t *ohci_hash_find_itd(ohci_softc_t *, ohci_physaddr_t);
479 ohci_physaddr_t dataphys, dataphysend; in ohci_alloc_std_chain()
1132 ohci_physaddr_t done; in ohci_intr1()
1279 ohci_add_done(ohci_softc_t *sc, ohci_physaddr_t done) in ohci_add_done()
1862 ohci_hash_find_td(ohci_softc_t *sc, ohci_physaddr_t a) in ohci_hash_find_td()
1902 ohci_hash_find_itd(ohci_softc_t *sc, ohci_physaddr_t a) in ohci_hash_find_itd()
2038 ohci_physaddr_t tdphys; in ohci_open()
2199 ohci_physaddr_t headp; in ohci_abort_xfer()
[all …]