Home
last modified time | relevance | path

Searched refs:UHCI_STD_CHUNK (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/usb/
Duhcivar.h116 #define UHCI_STD_CHUNK 128 /*(PAGE_SIZE / UHCI_TD_SIZE)*/ macro
Duhci.c1836 int err = usb_allocmem(sc->sc_bus.ub_dmatag, UHCI_STD_SIZE * UHCI_STD_CHUNK, in uhci_alloc_std()
1842 for (i = 0; i < UHCI_STD_CHUNK; i++) { in uhci_alloc_std()