Symbol: ohci_physaddr_t
sys/dev/usb/ohci.c
100
struct ohci_soft_td *ohci_hash_find_td(struct ohci_softc *, ohci_physaddr_t);
sys/dev/usb/ohci.c
1022
ohci_physaddr_t done;
sys/dev/usb/ohci.c
103
struct ohci_soft_itd *ohci_hash_find_itd(struct ohci_softc *, ohci_physaddr_t);
sys/dev/usb/ohci.c
1177
ohci_add_done(struct ohci_softc *sc, ohci_physaddr_t done)
sys/dev/usb/ohci.c
1725
ohci_hash_find_td(struct ohci_softc *sc, ohci_physaddr_t a)
sys/dev/usb/ohci.c
1765
ohci_hash_find_itd(struct ohci_softc *sc, ohci_physaddr_t a)
sys/dev/usb/ohci.c
1896
ohci_physaddr_t tdphys;
sys/dev/usb/ohci.c
2092
ohci_physaddr_t headp;
sys/dev/usb/ohci.c
3078
ohci_physaddr_t buf, offs, noffs, bp0;
sys/dev/usb/ohci.c
484
ohci_physaddr_t dataphys, dataphysend;
sys/dev/usb/ohci.c
93
void ohci_add_done(struct ohci_softc *, ohci_physaddr_t);
sys/dev/usb/ohcireg.h
133
ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
sys/dev/usb/ohcireg.h
135
ohci_physaddr_t hcca_done_head;
sys/dev/usb/ohcireg.h
163
ohci_physaddr_t ed_tailp;
sys/dev/usb/ohcireg.h
164
ohci_physaddr_t ed_headp;
sys/dev/usb/ohcireg.h
168
ohci_physaddr_t ed_nexted;
sys/dev/usb/ohcireg.h
191
ohci_physaddr_t td_cbp; /* Current Buffer Pointer */
sys/dev/usb/ohcireg.h
192
ohci_physaddr_t td_nexttd; /* Next TD */
sys/dev/usb/ohcireg.h
193
ohci_physaddr_t td_be; /* Buffer End */
sys/dev/usb/ohcireg.h
210
ohci_physaddr_t itd_bp0; /* Buffer Page 0 */
sys/dev/usb/ohcireg.h
211
ohci_physaddr_t itd_nextitd; /* Next ITD */
sys/dev/usb/ohcireg.h
212
ohci_physaddr_t itd_be; /* Buffer End */
sys/dev/usb/ohcivar.h
38
ohci_physaddr_t physaddr;
sys/dev/usb/ohcivar.h
48
ohci_physaddr_t physaddr;
sys/dev/usb/ohcivar.h
64
ohci_physaddr_t physaddr;