Searched refs:mon_install (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | cmd_mon.c | 45 rcode = mon_install(load_addr, dpsc_base, freq, ecrypt_bm_addr); in do_mon_install() 52 U_BOOT_CMD(mon_install, 3, 0, do_mon_install,
|
H A D | mon.c | 15 int mon_install(u32 addr, u32 dpsc, u32 freq, u32 bm_addr) in mon_install() function
|
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/ |
H A D | mon.h | 12 int mon_install(u32 addr, u32 dpsc, u32 freq, u32 bm_addr);
|