| 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{ |
nothing calls this directly
no outgoing calls
no test coverage detected