MCPcopy 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

XHCIControllerMethod · 0.80
InitializeProtocolsMethod · 0.80
InitializePortsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected