Home
last modified time | relevance | path

Searched refs:booted_soc_memcfg (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_vcbus.c183 static struct bcm283x_memory_soc_cfg *booted_soc_memcfg; variable
192 if (booted_soc_memcfg != NULL) in bcm283x_get_current_memcfg()
193 return (booted_soc_memcfg); in bcm283x_get_current_memcfg()
200 booted_soc_memcfg = &bcm283x_memory_configs[i]; in bcm283x_get_current_memcfg()
203 booted_soc_memcfg->soc_compat); in bcm283x_get_current_memcfg()
205 booted_soc_memcfg->soc_compat)) in bcm283x_get_current_memcfg()
206 return (booted_soc_memcfg); in bcm283x_get_current_memcfg()