Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h131 #define XHCI_PS_PIC_SET(x) (((x) & 0x3) << 14) /* RW - port indicator */ macro
H A Dxhci.c3400 XWRITE4(sc, oper, port, v & ~XHCI_PS_PIC_SET(3)); in xhci_roothub_exec()
3610 v &= ~XHCI_PS_PIC_SET(3); in xhci_roothub_exec()
3611 v |= XHCI_PS_PIC_SET(1); in xhci_roothub_exec()