Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb.h524 #define UE_GET_ADDR(a) ((a) & UE_ADDR) macro
H A Dusb_device.c2086 outmask |= 1 << UE_GET_ADDR(ep); in usb_cdev_create()
2088 inmask |= 1 << UE_GET_ADDR(ep); in usb_cdev_create()
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c1396 xfer->address, UE_GET_ADDR(xfer->endpointno), in ohci_setup_standard_chain()
1556 OHCI_ED_SET_EN(UE_GET_ADDR(xfer->endpointno)) | in ohci_setup_standard_chain()
1990 OHCI_ED_SET_EN(UE_GET_ADDR(xfer->endpointno)) | in ohci_device_isoc_enter()
H A Dehci.c1794 xfer->address, UE_GET_ADDR(xfer->endpointno), in ehci_setup_standard_chain()
1975 EHCI_QH_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_setup_standard_chain()
2453 EHCI_SITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno)) | in ehci_device_isoc_fs_open()
2764 EHCI_ITD_SET_ENDPT(UE_GET_ADDR(xfer->endpointno))); in ehci_device_isoc_hs_open()
H A Duhci.c1668 xfer->address, UE_GET_ADDR(xfer->endpointno), in uhci_setup_standard_chain()