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

  /src/sys/dev/usb/
uhcivar.h 131 #define UHCI_SQH_SIZE (roundup(sizeof(struct uhci_soft_qh), UHCI_QH_ALIGN))
uhci.c 1902 int err = usb_allocmem(sc->sc_bus.ub_dmatag, UHCI_SQH_SIZE * UHCI_SQH_CHUNK,
1909 offs = i * UHCI_SQH_SIZE;

Completed in 15 milliseconds