MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / MaxIntrs

Method MaxIntrs

Kernel/include/xhci.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 inline uint16_t MaxIntrs(){ // Number of Interrupters
101 return (hcsParams1 >> 8) & 0x3FF;
102 }
103
104 inline uint8_t MaxPorts(){ // Number of Ports
105 return (hcsParams1 >> 24) & 0xFF;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected