Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDxhcireg.h97 #define XHCI_PAGESIZE_4K 0x00000001 /* 4K Page Size */ macro
HDxhci.c545 if (!(XREAD4(sc, oper, XHCI_PAGESIZE) & XHCI_PAGESIZE_4K)) { in xhci_init()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_xhci.c2950 sc->opregs.pgsz = XHCI_PAGESIZE_4K; in pci_xhci_init()