Searched refs:XHCI_PM2_PTC_MASK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h269 #define XHCI_PM2_PTC_MASK __BITS(31, 28) /* RW - port test control */ macro
270 #define XHCI_PM2_PTC_GET(x) __SHIFTOUT((x), XHCI_PM2_PTC_MASK)
271 #define XHCI_PM2_PTC_SET(x) __SHIFTOUT((x), XHCI_PM2_PTC_MASK)

Completed in 122 milliseconds