HomeSort by: relevance | last modified time | path
    Searched defs:ohci_physaddr_t (Results 1 - 1 of 1) 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...]

Completed in 12 milliseconds