Home
last modified time | relevance | path

Searched refs:XHCI_PAGESIZE_4K (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h97 #define XHCI_PAGESIZE_4K 0x00000001 /* 4K Page Size */ macro
H A Dxhci.c545 if (!(XREAD4(sc, oper, XHCI_PAGESIZE) & XHCI_PAGESIZE_4K)) { in xhci_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2908 sc->opregs.pgsz = XHCI_PAGESIZE_4K; in pci_xhci_init()