Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dbidram.c21 #define BIDRAM_E(fmt, args...) printf("Bidram Error: "fmt, ##args) macro
38 BIDRAM_E("Framework is not initialized\n"); in bidram_has_init()
124 BIDRAM_E("Failed to add bidram at 0x%08lx - 0x%08lx\n", in bidram_add()
288 BIDRAM_E("NULL name for reserve bidram\n"); in bidram_core_reserve()
298 BIDRAM_E("Unsupport memblk id %d for reserve bidram\n", id); in bidram_core_reserve()
304 BIDRAM_E("NULL name for reserved bidram\n"); in bidram_core_reserve()
318 BIDRAM_E("Failed to double reserve for existence \"%s\"\n", name); in bidram_core_reserve()
336 BIDRAM_E("No memory for \"%s\" reserve bidram\n", name); in bidram_core_reserve()
350 BIDRAM_E("Sync \"%s\" to sysmem failed\n", name); in bidram_core_reserve()
365 BIDRAM_E("Failed to reserve \"%s\" 0x%08lx - 0x%08lx\n", in bidram_core_reserve()
[all …]