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

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

Completed in 234 milliseconds