Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_hub.c1951 xfer->endpoint->usb_cmask = 0x00 ; in usb_hs_bandwidth_alloc()
1953 xfer->endpoint->usb_cmask = (-(0x04 << slot)) & 0xFE; in usb_hs_bandwidth_alloc()
1979 xfer->endpoint->usb_cmask = 0; in usb_hs_bandwidth_alloc()
1985 xfer->endpoint->usb_cmask = 0; in usb_hs_bandwidth_alloc()
2031 xfer->endpoint->usb_cmask = 0; in usb_hs_bandwidth_free()
H A Dusbdi.h161 uint8_t usb_cmask; /* USB complete mask */ member
/freebsd/sys/dev/usb/controller/
H A Dehci.c1952 EHCI_QH_SET_CMASK(xfer->endpoint->usb_cmask) | in ehci_setup_standard_chain()