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

Function write_cpu_misc

freebsd/arm/mv/mv_common.c:599–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599void
600write_cpu_misc(uint32_t reg, uint32_t val)
601{
602
603 bus_space_write_4(fdtbus_bs_tag, MV_MISC_BASE, reg, val);
604}
605
606uint32_t
607cpu_extra_feat(void)

Calls 1

bus_space_write_4Function · 0.85

Tested by

no test coverage detected