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

Function read_cpu_misc

freebsd/arm/mv/mv_common.c:592–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592uint32_t
593read_cpu_misc(uint32_t reg)
594{
595
596 return (bus_space_read_4(fdtbus_bs_tag, MV_MISC_BASE, reg));
597}
598
599void
600write_cpu_misc(uint32_t reg, uint32_t val)

Calls 1

bus_space_read_4Function · 0.85

Tested by

no test coverage detected