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

Function bcm_has_pmu

freebsd/mips/broadcom/bcm_pmu.c:101–105  ·  view source on GitHub ↗

* Return true if a PMU is available, false otherwise. */

Source from the content-addressed store, hash-verified

99 * Return true if a PMU is available, false otherwise.
100 */
101static bool
102bcm_has_pmu(struct bcm_platform *bp)
103{
104 return (bp->pmu_addr != 0);
105}
106
107/**
108 * Determine the UART clock source for @p bp and return the

Callers 6

bcm_get_pmuFunction · 0.85
bcm_get_uart_clkcfgFunction · 0.85
bcm_get_alpfreqFunction · 0.85
bcm_get_ilpfreqFunction · 0.85
bcm_get_cpufreqFunction · 0.85
bcm_get_sifreqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected