Lines Matching refs:BIDRAM_E
21 #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()
419 BIDRAM_E("Can't find dram parse fn\n"); in bidram_get_ram_size()
425 BIDRAM_E("Can't get dram banks\n"); in bidram_get_ram_size()
430 BIDRAM_E("Too many dram banks, %d is over max: %d\n", in bidram_get_ram_size()
470 BIDRAM_E("Too many bad memory blocks\n"); in bidram_get_ram_size()
480 BIDRAM_E("Failed to add bidram from bi_dram[%d]\n", i); in bidram_get_ram_size()
494 BIDRAM_E("Failed to add bad memblk[%d]\n", i); in bidram_get_ram_size()
502 BIDRAM_E("Failed to reserve bidram for board\n"); in bidram_get_ram_size()