Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Duhcivar.h121 #define UHCI_SQH_SIZE ((sizeof (struct uhci_soft_qh) + UHCI_QH_ALIGN - 1) / UHCI_QH_ALIGN * UHCI_QH… macro
Duhci.c1673 err = usb_allocmem(&sc->sc_bus, UHCI_SQH_SIZE * UHCI_SQH_CHUNK, in uhci_alloc_sqh()
1678 offs = i * UHCI_SQH_SIZE; in uhci_alloc_sqh()