Searched refs:UHCI_TD_GET_ACTLEN (Results 1 – 2 of 2) sorted by relevance
140 #define UHCI_TD_GET_ACTLEN(s) (((s) + 1) & 0x3ff) macro
647 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()