Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhcireg.h96 #define XHCI_PAGESIZE_4K 0x00000001 /* 4K Page Size */ macro
H A Dxhci.c377 if (!(XREAD4(sc, oper, XHCI_PAGESIZE) & XHCI_PAGESIZE_4K)) { in xhci_start_controller()