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