Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dehcireg.h303 #define EHCI_QTD_GET_BYTES(x) (((x) >> 16) & 0x7fff) macro
Dehci.c723 if (EHCI_QTD_GET_BYTES(status) != 0) in ehci_check_qh_intr()
899 EHCI_QTD_GET_BYTES(status) == 0) in ehci_idone()
902 actlen += sqtd->len - EHCI_QTD_GET_BYTES(status); in ehci_idone()
1272 s, EHCI_QTD_GET_TOGGLE(s), EHCI_QTD_GET_BYTES(s), in ehci_dump_qtd()