Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nlm_qnum
Function
nlm_qnum
freebsd/mips/nlm/hal/iomap.h:172–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
static __inline__ int
173
nlm_qnum(uint64_t pcibase)
174
{
175
return (nlm_read_reg(pcibase, XLP_PCI_MSGSTN_REG) >> 16);
176
}
177
178
static __inline__ int
179
nlm_irtstart(uint64_t pcibase)
Callers
3
nlm_xlpnae_attach
Function · 0.85
xlp_rsa_attach
Function · 0.85
xlp_sec_attach
Function · 0.85
Calls
1
nlm_read_reg
Function · 0.85
Tested by
no test coverage detected