Symbol: ohci_physaddr_t
sys/dev/usb/ohci.c
1452
ohci_physaddr_t done = 0;
sys/dev/usb/ohci.c
162
Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t);
sys/dev/usb/ohci.c
165
Static ohci_soft_itd_t *ohci_hash_find_itd(ohci_softc_t *, ohci_physaddr_t);
sys/dev/usb/ohci.c
1916
ohci_hash_find_td(ohci_softc_t *sc, ohci_physaddr_t a)
sys/dev/usb/ohci.c
1961
ohci_hash_find_itd(ohci_softc_t *sc, ohci_physaddr_t a)
sys/dev/usb/ohci.c
2089
ohci_physaddr_t tdphys;
sys/dev/usb/ohci.c
2268
ohci_physaddr_t headp;
sys/dev/usb/ohci.c
3573
ohci_physaddr_t buf, offs, bp0, bp1;
sys/dev/usb/ohci.c
3617
ohci_physaddr_t end = bp0; /* XXX stupid GCC */
sys/dev/usb/ohci.c
3636
ohci_physaddr_t noffs = OHCI_PAGE_OFFSET(buf);
sys/dev/usb/ohci.c
3638
ohci_physaddr_t nend = DMAADDR(&xfer->ux_dmabuf, boff - 1);
sys/dev/usb/ohci.c
3639
const ohci_physaddr_t nep = OHCI_PAGE(nend);
sys/dev/usb/ohci.c
650
const ohci_physaddr_t sdataphys = DMAADDR(dma, curoffs);
sys/dev/usb/ohci.c
664
const ohci_physaddr_t edataphys = DMAADDR(dma, edataoffs);
sys/dev/usb/ohcireg.h
144
volatile ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
sys/dev/usb/ohcireg.h
146
volatile ohci_physaddr_t hcca_done_head;
sys/dev/usb/ohcireg.h
180
volatile ohci_physaddr_t ed_tailp;
sys/dev/usb/ohcireg.h
181
volatile ohci_physaddr_t ed_headp;
sys/dev/usb/ohcireg.h
185
volatile ohci_physaddr_t ed_nexted;
sys/dev/usb/ohcireg.h
221
volatile ohci_physaddr_t td_cbp; /* Current Buffer Pointer */
sys/dev/usb/ohcireg.h
222
volatile ohci_physaddr_t td_nexttd; /* Next TD */
sys/dev/usb/ohcireg.h
223
volatile ohci_physaddr_t td_be; /* Buffer End */
sys/dev/usb/ohcireg.h
248
volatile ohci_physaddr_t itd_bp0; /* Buffer Page 0 */
sys/dev/usb/ohcireg.h
249
volatile ohci_physaddr_t itd_nextitd; /* Next ITD */
sys/dev/usb/ohcireg.h
250
volatile ohci_physaddr_t itd_be; /* Buffer End */
sys/dev/usb/ohcivar.h
41
ohci_physaddr_t physaddr;
sys/dev/usb/ohcivar.h
52
ohci_physaddr_t physaddr;
sys/dev/usb/ohcivar.h
71
ohci_physaddr_t physaddr;