Home
last modified time | relevance | path

Searched refs:UE_GET_SIZE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dirmce.c188 UE_GET_SIZE(UGETW(ed->wMaxPacketSize)) * in irmce_attach()
194 UE_GET_SIZE(UGETW(ed->wMaxPacketSize)) * in irmce_attach()
H A Dauvitek.c169 UE_GET_SIZE(UGETW(ed->wMaxPacketSize)) * in auvitek_attach()
H A Dmotg.c491 size = UE_GET_SIZE(UGETW(pipe->up_endpoint->ue_edesc->wMaxPacketSize)); in motg_select_ep()
1967 KASSERT(UE_GET_SIZE(UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize)) > 0); in motg_device_intr_rx()
1969 UE_GET_SIZE(UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize)), in motg_device_intr_rx()
H A Dxhci.c3872 UE_GET_SIZE(mps) * (maxb + 1); in xhci_setup_maxburst()
3884 mep = UE_GET_SIZE(mps) * (maxb + 1); in xhci_setup_maxburst()
3888 mep = UE_GET_SIZE(mps); in xhci_setup_maxburst()
3897 mps = UE_GET_SIZE(mps); in xhci_setup_maxburst()
3915 mps = UE_GET_SIZE(mps); in xhci_setup_maxburst()
4565 const uint16_t mps = UE_GET_SIZE(MPS); in xhci_device_isoc_enter()
H A Dusb.h308 #define UE_GET_SIZE(a) ((a) & 0x7ff) macro
H A Dehci.c4722 EHCI_ITD_SET_MAXPKT(UE_GET_SIZE(j)));
4906 EHCI_ITD_SET_MAXPKT(UE_GET_SIZE(j))); in ehci_device_isoc_transfer()
H A Duvideo.c1208 UE_GET_SIZE(UGETW(GET(usb_endpoint_descriptor_t, in uvideo_stream_init_desc()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c903 uint16_t mps = UE_GET_SIZE(UGETW(ed->wMaxPacketSize)); in dwc2_device_start()