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

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dohcivar.h59 #define OHCI_STD_SIZE ((sizeof (struct ohci_soft_td) + OHCI_TD_ALIGN - 1) / OHCI_TD_ALIGN * OHCI_TD_ALIGN) macro
H A Dohci.c430 err = usb_allocmem(&sc->sc_bus, OHCI_STD_SIZE * OHCI_STD_CHUNK,
436 offs = i * OHCI_STD_SIZE;

Completed in 58 milliseconds