Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h143 #define XHCI_PORTPMSC(n) (0x3F4 + (0x10 * (n))) /* XHCI status and control */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c358 index = XHCI_PORTPMSC(port); in xhci_root_hub_handle_port_set_feature()
371 index = XHCI_PORTPMSC(port); in xhci_root_hub_handle_port_set_feature()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h192 #define XHCI_PORTPMSC(n) (0x3F4 + (0x10 * (n))) macro