Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dohcivar.h56 #define OHCI_STD_SIZE ((sizeof (struct ohci_soft_td) + OHCI_TD_ALIGN - 1) / OHCI_TD_ALIGN * OHCI_TD… macro
H A Dohci.c442 err = usb_allocmem(&sc->sc_bus, OHCI_STD_SIZE * OHCI_STD_CHUNK, in ohci_alloc_std()
447 offs = i * OHCI_STD_SIZE; in ohci_alloc_std()