Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Drockchip_amp.c169 AMP_I("Brought up cpu[%x] with state 0x%x, entry 0x%08x ...", in smc_cpu_on()
279 AMP_I(" desc: %s\n", desc); in brought_up_amp()
280 AMP_I(" cpu: 0x%x\n", cpu); in brought_up_amp()
281 AMP_I(" aarch64: %d\n", aarch64); in brought_up_amp()
282 AMP_I(" hyp: %d\n", hyp); in brought_up_amp()
283 AMP_I(" thumb: %d\n", thumb); in brought_up_amp()
284 AMP_I(" load: 0x%08x\n", load); in brought_up_amp()
285 AMP_I(" pe_state: 0x%08x\n", pe_state); in brought_up_amp()
286 AMP_I(" linux-os: %d\n\n", is_linux); in brought_up_amp()
377 AMP_I("Brought up cpu[%x, self] with state 0x%x, entry 0x%08x ...", in brought_up_all_amp()
/OK3568_Linux_fs/u-boot/include/
H A Damp.h12 #define AMP_I(fmt, args...) printf("AMP: "fmt, ##args) macro