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

Method PowerOn

Kernel/include/xhci.h:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 inline void PowerOn(){
183 portSC |= XHCI_PORTSC_PP;
184 }
185
186 inline void Reset(){
187 portSC |= XHCI_PORTSC_PR;

Callers 1

InitializePortsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected