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

Method SetInterruptLine

Kernel/include/arch/x86_64/pci.h:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 inline void SetInterruptLine(uint8_t irq){
229 PCI::ConfigWriteByte(bus, slot, func, PCIInterruptLine, irq);
230 }
231
232 inline uint16_t GetCommand(){
233 return PCI::ConfigReadWord(bus, slot, func, PCICommand);

Callers

nothing calls this directly

Calls 1

ConfigWriteByteFunction · 0.85

Tested by

no test coverage detected