Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duhcireg.h140 #define UHCI_TD_GET_ACTLEN(s) (((s) + 1) & 0x3ff) macro
Duhci.c647 UHCI_TD_GET_ACTLEN(letoh32(p->td.td_status)), in uhci_dump_td()
1169 UHCI_TD_GET_ACTLEN(status) < in uhci_check_intr()
1234 len = UHCI_TD_GET_ACTLEN(status); in uhci_idone()
1264 actlen += UHCI_TD_GET_ACTLEN(status); in uhci_idone()