Home
last modified time | relevance | path

Searched refs:XHCI_EPCTX_1_MAXP_SIZE_SET (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/usb/
Dxhcireg.h636 #define XHCI_EPCTX_1_MAXP_SIZE_SET(x) __SHIFTIN((x), XHCI_EPCTX_1_MAXP_SIZE_MASK) macro
Dxhci.c3450 cp[1] |= htole32(XHCI_EPCTX_1_MAXP_SIZE_SET(mps)); in xhci_update_ep0_mps()
3992 cp[1] |= XHCI_EPCTX_1_MAXP_SIZE_SET(mps); in xhci_setup_maxburst()