Searched refs:UE_GET_ADDR (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/rtwn/usb/ |
H A D | rtwn_usb_ep.c | 181 UE_GET_ADDR(eaddr), UE_GET_DIR(eaddr) == UE_DIR_OUT ? in rtwn_usb_setup_endpoints() 188 addr[uc->ntx++] = UE_GET_ADDR(eaddr); in rtwn_usb_setup_endpoints()
|
/freebsd/sys/dev/usb/ |
H A D | usb.h | 539 #define UE_GET_ADDR(a) ((a) & UE_ADDR) macro
|
H A D | usb_device.c | 2241 outmask |= 1 << UE_GET_ADDR(ep); in usb_cdev_create() 2243 inmask |= 1 << UE_GET_ADDR(ep); in usb_cdev_create()
|
/freebsd/sys/dev/usb/controller/ |
H A D | ohci.c | 1389 xfer->address, UE_GET_ADDR(xfer->endpointno), in ohci_setup_standard_chain() 1544 OHCI_ED_SET_EN(UE_GET_ADDR(xfer->endpointno)) | in ohci_setup_standard_chain() 1955 OHCI_ED_SET_EN(UE_GET_ADDR(xfer->endpointno)) | in ohci_device_isoc_enter()
|
H A D | ehci.c | 1744 xfer->address, UE_GET_ADDR(xfer->endpointno), in ehci_setup_standard_chain() 1920 EHCI_QH_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_setup_standard_chain() 2396 EHCI_SITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_device_isoc_fs_open() 2670 EHCI_ITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno))); in ehci_device_isoc_hs_open()
|
H A D | atmegadci.c | 782 xfer->address, UE_GET_ADDR(xfer->endpointno), in atmegadci_setup_standard_chain()
|
H A D | avr32dci.c | 753 xfer->address, UE_GET_ADDR(xfer->endpointno), in avr32dci_setup_standard_chain()
|
H A D | uss820dci.c | 884 xfer->address, UE_GET_ADDR(xfer->endpointno), in uss820dci_setup_standard_chain()
|
H A D | uhci.c | 1647 xfer->address, UE_GET_ADDR(xfer->endpointno), in uhci_setup_standard_chain()
|
H A D | musb_otg.c | 2400 xfer->address, UE_GET_ADDR(xfer->endpointno), in musbotg_setup_standard_chain()
|
H A D | dwc_otg.c | 3131 xfer->address, UE_GET_ADDR(xfer->endpointno), in dwc_otg_setup_standard_chain()
|