MCPcopy 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
172static __inline__ int
173nlm_qnum(uint64_t pcibase)
174{
175 return (nlm_read_reg(pcibase, XLP_PCI_MSGSTN_REG) >> 16);
176}
177
178static __inline__ int
179nlm_irtstart(uint64_t pcibase)

Callers 3

nlm_xlpnae_attachFunction · 0.85
xlp_rsa_attachFunction · 0.85
xlp_sec_attachFunction · 0.85

Calls 1

nlm_read_regFunction · 0.85

Tested by

no test coverage detected