Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dehcireg.h307 #define EHCI_QTD_GET_CERR(x) (((x) >> 10) & 0x3) macro
Dehci.c820 cerr = EHCI_QTD_GET_CERR(status); in ehci_idone()
1275 printf(" cerr=%d pid=%d stat=0x%s\n", EHCI_QTD_GET_CERR(s), in ehci_dump_qtd()