Searched refs:UHCI_STD_CHUNK (Results 1 – 2 of 2) sorted by relevance
116 #define UHCI_STD_CHUNK 128 /*(PAGE_SIZE / UHCI_TD_SIZE)*/ macro
1836 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()