Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhcireg.h63 #define XHCI_HCS0_CSZ(x) (((x) >> 2) & 0x1) /* context size */ macro
H A Dxhci.c624 if (XHCI_HCS0_CSZ(temp)) { in xhci_init()