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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.h73 #define UHCI_TD_GET_ACTLEN(s) (((s) + 1) & 0x3ff) macro
H A Duhci.c773 UHCI_TD_GET_ACTLEN(td_status),
1040 len = UHCI_TD_GET_ACTLEN(status);
1098 len = UHCI_TD_GET_ACTLEN(status);
1375 (UHCI_TD_GET_ACTLEN(status) < td->len)) {

Completed in 55 milliseconds