UHCI_TD_GET_ACTLEN  784 dev/usb/uhci.c 		     UHCI_TD_GET_ACTLEN(letoh32(p->td.td_status)),
UHCI_TD_GET_ACTLEN 1314 dev/usb/uhci.c 			      UHCI_TD_GET_ACTLEN(status) <
UHCI_TD_GET_ACTLEN 1378 dev/usb/uhci.c 			len = UHCI_TD_GET_ACTLEN(status);
UHCI_TD_GET_ACTLEN 1405 dev/usb/uhci.c 			actlen += UHCI_TD_GET_ACTLEN(status);
UHCI_TD_GET_ACTLEN  147 dev/usb/uhcireg.h #define UHCI_TD_GET_ACTLEN(s)	(((s) + 1) & 0x3ff)