Home
last modified time | relevance | path

Searched refs:UE_GET_ADDR (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3.h89 #define UE_GET_ADDR(a) ((a) & UE_ADDR) macro
Dusb3_pcd.c143 uint32_t ep_num = UE_GET_ADDR(index); in usb3_get_ep_by_addr()
/third_party/libusb/libusb/os/
Dnetbsd_usb.c561 endpt = UE_GET_ADDR(transfer->endpoint); in _access_endpoint()
Dopenbsd_usb.c630 endpt = UE_GET_ADDR(transfer->endpoint); in _access_endpoint()
/third_party/FreeBSD/sys/dev/usb/
Dusb.h539 #define UE_GET_ADDR(a) ((a) & UE_ADDR) macro
Dusb_device.c1976 outmask = (unsigned int)outmask | (1 << UE_GET_ADDR(ep)); in usb_cdev_create()
1978 inmask = (unsigned int)inmask | (1 << UE_GET_ADDR(ep)); in usb_cdev_create()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1712 xfer->address, UE_GET_ADDR(xfer->endpointno), in ehci_setup_standard_chain()
1895 EHCI_QH_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_setup_standard_chain()
2379 EHCI_SITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_device_isoc_fs_open()
2696 EHCI_ITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno))); in ehci_device_isoc_hs_open()