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

/netbsd-current/sys/dev/usb/
H A Dohcivar.h64 #define OHCI_STD_SIZE (roundup(sizeof(struct ohci_soft_td), OHCI_TD_ALIGN)) macro
H A Dohci.c470 int err = usb_allocmem(sc->sc_bus.ub_dmatag, OHCI_STD_SIZE * OHCI_STD_CHUNK,
477 offs = i * OHCI_STD_SIZE;

Completed in 76 milliseconds