Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhci.h101 #define UHCI_TD_GET_MAXLEN(s) ((((s) >> 21) + 1) & 0x7ff) macro
H A Duhci.c775 UHCI_TD_GET_MAXLEN(td_token)); in uhci_dump_td()