HomeSort by: relevance | last modified time | path
    Searched refs:ohci_physaddr_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
ohcireg.h 140 typedef uint32_t ohci_physaddr_t; typedef in typeref:typename:uint32_t
144 volatile ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
146 volatile ohci_physaddr_t hcca_done_head;
180 volatile ohci_physaddr_t ed_tailp;
181 volatile ohci_physaddr_t ed_headp;
185 volatile ohci_physaddr_t ed_nexted;
221 volatile ohci_physaddr_t td_cbp; /* Current Buffer Pointer */
222 volatile ohci_physaddr_t td_nexttd; /* Next TD */
223 volatile ohci_physaddr_t td_be; /* Buffer End */
248 volatile ohci_physaddr_t itd_bp0; /* Buffer Page 0 *
    [all...]
ohcivar.h 41 ohci_physaddr_t physaddr;
52 ohci_physaddr_t physaddr;
71 ohci_physaddr_t physaddr;
ohci.c 162 Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t);
165 Static ohci_soft_itd_t *ohci_hash_find_itd(ohci_softc_t *, ohci_physaddr_t);
650 const ohci_physaddr_t sdataphys = DMAADDR(dma, curoffs);
664 const ohci_physaddr_t edataphys = DMAADDR(dma, edataoffs);
1452 ohci_physaddr_t done = 0;
1916 ohci_hash_find_td(ohci_softc_t *sc, ohci_physaddr_t a)
1961 ohci_hash_find_itd(ohci_softc_t *sc, ohci_physaddr_t a)
2089 ohci_physaddr_t tdphys;
2268 ohci_physaddr_t headp;
3573 ohci_physaddr_t buf, offs, bp0, bp1
    [all...]

Completed in 16 milliseconds