Home
last modified time | relevance | path

Searched refs:UE_GET_ADDR (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb.h541 #define UE_GET_ADDR(a) ((a) & UE_ADDR) macro
H A Dusb_device.c1963 outmask = (unsigned int)outmask | (1 << UE_GET_ADDR(ep)); in usb_cdev_create()
1965 inmask = (unsigned int)inmask | (1 << UE_GET_ADDR(ep)); in usb_cdev_create()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c1698 xfer->address, UE_GET_ADDR(xfer->endpointno), in ehci_setup_standard_chain()
1876 EHCI_QH_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_setup_standard_chain()
2358 EHCI_SITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_device_isoc_fs_open()
2671 EHCI_ITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno))); in ehci_device_isoc_hs_open()

Completed in 9 milliseconds