Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Duhcivar.h105 #define UHCI_SQH_SIZE ((sizeof (struct uhci_soft_qh) + UHCI_QH_ALIGN - 1) / UHCI_QH_ALIGN * UHCI_QH… macro
H A Duhci.c1478 err = usb_allocmem(&sc->sc_bus, UHCI_SQH_SIZE * UHCI_SQH_CHUNK, in uhci_alloc_sqh()
1483 offs = i * UHCI_SQH_SIZE; in uhci_alloc_sqh()