Searched refs:UHCI_TD_MAXLEN_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | uhci.h | 103 #define UHCI_TD_MAXLEN_MASK 0xffe00000 macro |
H A D | uhci.c | 2174 td->td_token &= htole32(~UHCI_TD_MAXLEN_MASK); in uhci_device_isoc_enter() |