Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dohci.h123 #define OHCI_TD_TOGGLE_0 0x02000000 macro
Dohci.c558 ((td_flags & OHCI_TD_TOGGLE_MASK) == OHCI_TD_TOGGLE_0) ? "-TOG0" : "", in ohci_dump_td()
1432 OHCI_TD_TOGGLE_0 | OHCI_TD_NOINTR); in ohci_setup_standard_chain()
1464 temp.td_flags |= htole32(OHCI_TD_TOGGLE_0); in ohci_setup_standard_chain()