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

Function bcm_get_platform

freebsd/mips/broadcom/bcm_machdep.c:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140};
141
142struct bcm_platform *
143bcm_get_platform(void)
144{
145 if (!bcm_platform_data_avail)
146 panic("platform data not available");
147
148 return (&bcm_platform_data);
149}
150
151static bus_addr_t
152bcm_get_bus_addr(void)

Callers 15

bhnd_nexus_get_chipidFunction · 0.85
platform_resetFunction · 0.85
platform_startFunction · 0.85
uart_chipc_probeFunction · 0.85
bcma_nexus_probeFunction · 0.85
siba_nexus_probeFunction · 0.85
uart_cpu_initFunction · 0.85
uart_getenv_cfeFunction · 0.85
bcm_mips74k_timer_initFunction · 0.85

Calls 1

panicFunction · 0.50

Tested by

no test coverage detected