Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/usb/
Drtwn_usb_ep.c183 UE_GET_ADDR(eaddr), UE_GET_DIR(eaddr) == UE_DIR_OUT ? in rtwn_usb_setup_endpoints()
190 addr[uc->ntx++] = UE_GET_ADDR(eaddr); in rtwn_usb_setup_endpoints()
/freebsd-12-stable/sys/dev/if_ndis/
Dif_ndisvar.h243 ((UE_GET_DIR(addr) >> 7) | (UE_GET_ADDR(addr) << 1))
/freebsd-12-stable/sys/dev/usb/
Dusb.h538 #define UE_GET_ADDR(a) ((a) & UE_ADDR) macro
Dusb_device.c2235 outmask |= 1 << UE_GET_ADDR(ep); in usb_cdev_create()
2237 inmask |= 1 << UE_GET_ADDR(ep); in usb_cdev_create()
/freebsd-12-stable/sys/dev/usb/controller/
Dohci.c1404 xfer->address, UE_GET_ADDR(xfer->endpointno), in ohci_setup_standard_chain()
1564 OHCI_ED_SET_EN(UE_GET_ADDR(xfer->endpointno)) | in ohci_setup_standard_chain()
1998 OHCI_ED_SET_EN(UE_GET_ADDR(xfer->endpointno)) | in ohci_device_isoc_enter()
Dehci.c1761 xfer->address, UE_GET_ADDR(xfer->endpointno), in ehci_setup_standard_chain()
1942 EHCI_QH_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_setup_standard_chain()
2420 EHCI_SITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_device_isoc_fs_open()
2731 EHCI_ITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno))); in ehci_device_isoc_hs_open()
Davr32dci.c761 xfer->address, UE_GET_ADDR(xfer->endpointno), in avr32dci_setup_standard_chain()
Datmegadci.c794 xfer->address, UE_GET_ADDR(xfer->endpointno), in atmegadci_setup_standard_chain()
Duss820dci.c893 xfer->address, UE_GET_ADDR(xfer->endpointno), in uss820dci_setup_standard_chain()
Duhci.c1673 xfer->address, UE_GET_ADDR(xfer->endpointno), in uhci_setup_standard_chain()
Dsaf1761_otg.c1771 xfer->address, UE_GET_ADDR(xfer->endpointno), in saf1761_otg_setup_standard_chain()
Dmusb_otg.c2430 xfer->address, UE_GET_ADDR(xfer->endpointno), in musbotg_setup_standard_chain()
Ddwc_otg.c3153 xfer->address, UE_GET_ADDR(xfer->endpointno), in dwc_otg_setup_standard_chain()
/freebsd-12-stable/sys/compat/ndis/
Dsubr_usbd.c659 cfg.endpoint = UE_GET_ADDR(ep->bEndpointAddress); in usbd_setup_endpoint()
/freebsd-12-stable/sys/mips/cavium/usb/
Doctusb.c1005 xfer->address, UE_GET_ADDR(xfer->endpointno), in octusb_setup_standard_chain()