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

Method SetEventRingDequeuePointer

Kernel/include/xhci.h:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 inline void SetEventRingDequeuePointer(uintptr_t addr){
301 assert(!(addr & 0xFFF));
302 eventRingDequeuePointer = addr | (eventRingDequeuePointer & 0xF);
303 }
304 } __attribute__((packed)) xhci_interrupter_t;
305
306 typedef struct{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected