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

Function laihost_outw

Kernel/src/arch/x86_64/acpi.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 void laihost_outw(uint16_t port, uint16_t val){
278 outportw(port, val);
279 }
280
281 void laihost_outd(uint16_t port, uint32_t val){
282 outportd(port, val);

Callers

nothing calls this directly

Calls 1

outportwFunction · 0.85

Tested by

no test coverage detected