Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c107 AMP_I("cpu[%llx] belong to os amp-dispatcher\n", mpidr); in parse_os_amp_dispatcher()
180 AMP_I("Brought up cpu[%x] with state 0x%x, entry 0x%08x ...", in smc_cpu_on()
299 AMP_I(" desc: %s\n", desc); in brought_up_amp()
300 AMP_I(" cpu: 0x%x\n", cpu); in brought_up_amp()
301 AMP_I(" aarch64: %d\n", aarch64); in brought_up_amp()
302 AMP_I(" hyp: %d\n", hyp); in brought_up_amp()
303 AMP_I(" thumb: %d\n", thumb); in brought_up_amp()
304 AMP_I(" load: 0x%08x\n", load); in brought_up_amp()
305 AMP_I(" load_c: 0x%08x\n", load_c); in brought_up_amp()
306 AMP_I(" pe_state: 0x%08x\n", pe_state); in brought_up_amp()
[all …]
/rk3399_rockchip-uboot/include/
H A Damp.h12 #define AMP_I(fmt, args...) printf("AMP: "fmt, ##args) macro