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

Function outw

freebsd/amd64/include/cpufunc.h:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271static __inline void
272outw(u_int port, u_short data)
273{
274 __asm __volatile("outw %0, %w1" : : "a" (data), "Nd" (port));
275}
276
277static __inline u_long
278popcntq(u_long mask)

Callers 1

pcireg_cfgwriteFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected