Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dohcireg.h129 typedef u_int32_t ohci_physaddr_t; typedef
133 ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
135 ohci_physaddr_t hcca_done_head;
163 ohci_physaddr_t ed_tailp;
164 ohci_physaddr_t ed_headp;
168 ohci_physaddr_t ed_nexted;
191 ohci_physaddr_t td_cbp; /* Current Buffer Pointer */
192 ohci_physaddr_t td_nexttd; /* Next TD */
193 ohci_physaddr_t td_be; /* Buffer End */
210 ohci_physaddr_t itd_bp0; /* Buffer Page 0 */
[all …]
Dohcivar.h38 ohci_physaddr_t physaddr;
48 ohci_physaddr_t physaddr;
64 ohci_physaddr_t physaddr;
Dohci.c93 void ohci_add_done(struct ohci_softc *, ohci_physaddr_t);
100 struct ohci_soft_td *ohci_hash_find_td(struct ohci_softc *, ohci_physaddr_t);
103 struct ohci_soft_itd *ohci_hash_find_itd(struct ohci_softc *, ohci_physaddr_t);
484 ohci_physaddr_t dataphys, dataphysend; in ohci_alloc_std_chain()
1022 ohci_physaddr_t done; in ohci_intr1()
1177 ohci_add_done(struct ohci_softc *sc, ohci_physaddr_t done) in ohci_add_done()
1725 ohci_hash_find_td(struct ohci_softc *sc, ohci_physaddr_t a) in ohci_hash_find_td()
1765 ohci_hash_find_itd(struct ohci_softc *sc, ohci_physaddr_t a) in ohci_hash_find_itd()
1896 ohci_physaddr_t tdphys; in ohci_open()
2092 ohci_physaddr_t headp; in ohci_abort_xfer()
[all …]