Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dohcivar.h63 #define OHCI_STD_SIZE ((sizeof(struct ohci_soft_td) + OHCI_TD_ALIGN - 1) / OHCI_TD_ALIGN * OHCI_TD_… macro
H A Dohci.c473 err = usb_allocmem(&sc->sc_bus, OHCI_STD_SIZE * OHCI_STD_CHUNK, in ohci_alloc_std()
480 offs = i * OHCI_STD_SIZE; in ohci_alloc_std()