Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ MaxPorts
Method
MaxPorts
Kernel/include/xhci.h:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
inline uint8_t MaxPorts(){ // Number of Ports
105
return (hcsParams1 >> 24) & 0xFF;
106
}
107
108
inline uint8_t IST(){ // Isochronous Scheduling Threshold
109
return hcsParams2 & 0xF;
Callers
3
XHCIController
Method · 0.80
InitializeProtocols
Method · 0.80
InitializePorts
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected