Searched refs:OHCI_TD_R (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h113 #define OHCI_TD_R 0x00040000 /* Buffer Rounding */ macro
H A Dohci.c554 (td_flags & OHCI_TD_R) ? "-R" : "",
1271 temp->td_flags |= htole32(OHCI_TD_R);
1273 temp->td_flags &= ~htole32(OHCI_TD_R);

Completed in 125 milliseconds