Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dcpu.h138 int mvebu_mbus_probe(struct mbus_win windows[], int count);
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dcpu.c433 mvebu_mbus_probe(NULL, 0); in arch_cpu_init()
447 mvebu_mbus_probe(windows, ARRAY_SIZE(windows)); in arch_cpu_init()
H A Dmbus.c484 int mvebu_mbus_probe(struct mbus_win windows[], int count) in mvebu_mbus_probe() function