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

Function outb

freebsd/i386/include/cpufunc.h:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304static __inline void
305outb(u_int port, u_char data)
306{
307 __asm __volatile("outb %0, %w1" : : "a" (data), "Nd" (port));
308}
309
310static __inline void
311outl(u_int port, u_int data)

Callers 15

read_cyrix_regFunction · 0.70
write_cyrix_regFunction · 0.70
pci_cfgenableFunction · 0.50
pci_cfgdisableFunction · 0.50
pcireg_cfgwriteFunction · 0.50
pcireg_cfgopenFunction · 0.50
cputimeFunction · 0.50
start_all_apsFunction · 0.50
outb_Function · 0.50
advantech_watchdogFunction · 0.50
rtcin_lockedFunction · 0.50
rtcout_lockedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected