Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h128 #define XHCI_PS_PIC_SET(x) (((x) & 0x3) << 14) /* RW - port indicator */ macro
Dxhci.c3442 XWRITE4(sc, oper, port, v & ~XHCI_PS_PIC_SET(3)); in xhci_roothub_exec()
3656 v &= ~XHCI_PS_PIC_SET(3); in xhci_roothub_exec()
3657 v |= XHCI_PS_PIC_SET(1); in xhci_roothub_exec()