Home
last modified time | relevance | path

Searched refs:XHCI_PS_PIC_GET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c124 if (XHCI_PS_PIC_GET(portsc) != 0) in xp_dump_verbose()
125 (void) printf("\t\t\tPIC: %d\n", XHCI_PS_PIC_GET(portsc)); in xp_dump_verbose()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h125 #define XHCI_PS_PIC_GET(x) (((x) >> 14) & 0x3) /* RW - port indicator */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h169 #define XHCI_PS_PIC_GET(x) (((x) >> 14) & 0x3) /* RW - port indicator */ macro