Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhci.h99 #define UHCI_TD_GET_DT(s) (((s) >> 19) & 1) macro
H A Duhci.c774 UHCI_TD_GET_DT(td_token), in uhci_dump_td()