Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ MaxScratchpadBuffers
Method
MaxScratchpadBuffers
Kernel/include/xhci.h:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
inline uint16_t MaxScratchpadBuffers(){
117
return (((hcsParams2 >> 21) & 0x1F) << 5) | ((hcsParams2 >> 27) & 0x1F);
118
}
119
120
inline uint8_t U1DeviceExitLatency(){
121
return hcsParams3 & 0xFF;
Callers
1
XHCIController
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected