Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h85 #define UHCI_TD_LS 0x04000000 macro
H A Duhci.c765 (td_status & UHCI_TD_LS) ? "-LS" : "", in uhci_dump_td()
1166 (status & UHCI_TD_LS) ? "[LS]" : "", in uhci_non_isoc_done_sub()
1673 temp.td_status |= htole32(UHCI_TD_LS); in uhci_setup_standard_chain()