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

Function xlp_enable_blocks

freebsd/mips/nlm/xlp_machdep.c:165–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165static void
166xlp_enable_blocks(void)
167{
168 uint64_t sysbase;
169 int i;
170
171 for (i = 0; i < XLP_MAX_NODES; i++) {
172 if (!nlm_dev_exists(XLP_IO_SYS_OFFSET(i)))
173 continue;
174 sysbase = nlm_get_sys_regbase(i);
175 nlm_sys_enable_block(sysbase, DFS_DEVICE_RSA);
176 }
177}
178
179static void
180xlp_parse_mmu_options(void)

Callers 1

platform_startFunction · 0.85

Calls 2

nlm_dev_existsFunction · 0.85
nlm_sys_enable_blockFunction · 0.85

Tested by

no test coverage detected