MCPcopy Create free account
hub / github.com/F-Stack/f-stack / outb

Function outb

freebsd/amd64/include/cpufunc.h:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235static __inline void
236outb(u_int port, u_char data)
237{
238 __asm __volatile("outb %0, %w1" : : "a" (data), "Nd" (port));
239}
240
241static __inline void
242outl(u_int port, u_int data)

Callers 4

pcireg_cfgwriteFunction · 0.50
cputimeFunction · 0.50
native_start_all_apsFunction · 0.50
outb_Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected