Home
last modified time | relevance | path

Searched refs:XHCI_PAGESIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h95 #define XHCI_PAGESIZE 0x08 /* XHCI page size mask */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h132 #define XHCI_PAGESIZE 0x08 /* XHCI page size mask */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c2220 case XHCI_PAGESIZE: in pci_xhci_hostop_write()
2376 case XHCI_PAGESIZE: /* 0x08 */ in pci_xhci_hostop_read()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1219 pgsz = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PAGESIZE); in xhci_read_params()