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

Function outl

freebsd/i386/include/cpufunc.h:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static __inline void
311outl(u_int port, u_int data)
312{
313 __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port));
314}
315
316static __inline void
317outsb(u_int port, const void *addr, size_t count)

Callers 14

pci_cfgenableFunction · 0.50
pcireg_cfgwriteFunction · 0.50
pcireg_cfgopenFunction · 0.50
cpu_startupFunction · 0.50
led_funcFunction · 0.50
cs5536_led_funcFunction · 0.50
geode_probeFunction · 0.50
cpu_reset_realFunction · 0.50
bus_space_write_4Function · 0.50
bus_space_set_multi_4Function · 0.50
bus_space_set_region_4Function · 0.50
bus_space_copy_region_4Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected