Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDxhcireg.h145 #define XHCI_PM3_U1TO_SET(x) (((x) & 0xFF) << 0) /* RW - U1 timeout */ macro
HDxhci.c3619 v &= ~XHCI_PM3_U1TO_SET(0xFF); in xhci_roothub_exec()
3620 v |= XHCI_PM3_U1TO_SET(i); in xhci_roothub_exec()