Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
271
static __inline void
272
outw(u_int port, u_short data)
273
{
274
__asm __volatile(
"outw %0, %w1"
: :
"a"
(data),
"Nd"
(port));
275
}
276
277
static __inline u_long
278
popcntq(u_long mask)
Callers
1
pcireg_cfgwrite
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected