Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Duhcireg.h158 #define UHCI_TD_LS 0x04000000 macro
Duhci.c1748 status |= UHCI_TD_LS; in uhci_alloc_std_chain()
2193 ls = dev->speed == USB_SPEED_LOW ? UHCI_TD_LS : 0; in uhci_device_request()