Home
last modified time | relevance | path

Searched refs:usb_cmask (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c2020 xfer->endpoint->usb_cmask = 0x00 ; in usb_hs_bandwidth_alloc()
2022 xfer->endpoint->usb_cmask = (-(0x04 << slot)) & 0xFE; in usb_hs_bandwidth_alloc()
2048 xfer->endpoint->usb_cmask = 0; in usb_hs_bandwidth_alloc()
2054 xfer->endpoint->usb_cmask = 0; in usb_hs_bandwidth_alloc()
2100 xfer->endpoint->usb_cmask = 0; in usb_hs_bandwidth_free()
Dusbdi.h158 uint8_t usb_cmask; /* USB complete mask */ member
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1928 EHCI_QH_SET_CMASK(xfer->endpoint->usb_cmask) | in ehci_setup_standard_chain()