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

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duhcivar.h99 #define UHCI_STD_SIZE ((sizeof (struct uhci_soft_td) + UHCI_TD_ALIGN - 1) / UHCI_TD_ALIGN * UHCI_TD_ALIGN) macro
114 /* See comment about UHCI_STD_SIZE. */
H A Duhci.c1799 err = usb_allocmem(&sc->sc_bus, UHCI_STD_SIZE * UHCI_STD_CHUNK,
1804 offs = i * UHCI_STD_SIZE;

Completed in 112 milliseconds