Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h112 #define OHCI_TD_R 0x00040000 /* Buffer Rounding */ macro
H A Dohci.c552 (td_flags & OHCI_TD_R) ? "-R" : "", in ohci_dump_td()
1261 temp->td_flags |= htole32(OHCI_TD_R); in ohci_setup_standard_chain_sub()
1263 temp->td_flags &= ~htole32(OHCI_TD_R); in ohci_setup_standard_chain_sub()