Searched refs:UHCI_STD_SIZE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duhcivar.h115 #define UHCI_STD_SIZE (roundup(sizeof(struct uhci_soft_td), UHCI_TD_ALIGN)) macro
130 /* See comment about UHCI_STD_SIZE. */
H A Duhci.c1836 int err = usb_allocmem(sc->sc_bus.ub_dmatag, UHCI_STD_SIZE * UHCI_STD_CHUNK,
1843 offs = i * UHCI_STD_SIZE;

Completed in 132 milliseconds