Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmsg.h15 int bcm2835_power_on_module(u32 module);
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c43 int bcm2835_power_on_module(u32 module) in bcm2835_power_on_module() function
72 ret = bcm2835_power_on_module(BCM2835_MBOX_POWER_DEVID_SDHCI); in bcm2835_get_mmc_clock()
/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.c470 return bcm2835_power_on_module(BCM2835_MBOX_POWER_DEVID_USB_HCD); in board_init()