Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h131 #define OHCI_TD_NEXT_END 0 macro
H A Dohci.c974 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub()
1344 td->td_next = htole32(OHCI_TD_NEXT_END); in ohci_setup_standard_chain_sub()
1523 td->td_next = htole32(OHCI_TD_NEXT_END); in ohci_setup_standard_chain()