Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duhcireg.h163 #define UHCI_TD_LS __BIT(26) macro
Duhci.c830 !!(le32toh(p->td.td_status) & UHCI_TD_LS), in uhci_dump_td()
2096 status |= UHCI_TD_LS; in uhci_reset_std_chain()
2530 (dev->ud_speed == USB_SPEED_LOW ? UHCI_TD_LS : 0) in uhci_device_ctrl_start()