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

  /src/sys/dev/usb/
uhcivar.h 115 #define UHCI_STD_SIZE (roundup(sizeof(struct uhci_soft_td), UHCI_TD_ALIGN))
130 /* See comment about UHCI_STD_SIZE. */
uhci.c 1836 int err = usb_allocmem(sc->sc_bus.ub_dmatag, UHCI_STD_SIZE * UHCI_STD_CHUNK,
1843 offs = i * UHCI_STD_SIZE;

Completed in 288 milliseconds