Lines Matching refs:BIDRAM_E
21 #define BIDRAM_E(fmt, args...) printf("Bidram Error: "fmt, ##args) macro
29 BIDRAM_E("Framework is not initialized\n"); in bidram_has_init()
115 BIDRAM_E("Failed to add bidram at 0x%08lx - 0x%08lx\n", in bidram_add()
275 BIDRAM_E("NULL name for reserve bidram\n"); in bidram_core_reserve()
285 BIDRAM_E("Unsupport memblk id %d for reserve bidram\n", id); in bidram_core_reserve()
291 BIDRAM_E("NULL name for reserved bidram\n"); in bidram_core_reserve()
305 BIDRAM_E("Failed to double reserve for existence \"%s\"\n", name); in bidram_core_reserve()
323 BIDRAM_E("No memory for \"%s\" reserve bidram\n", name); in bidram_core_reserve()
337 BIDRAM_E("Sync \"%s\" to sysmem failed\n", name); in bidram_core_reserve()
352 BIDRAM_E("Failed to reserve \"%s\" 0x%08lx - 0x%08lx\n", in bidram_core_reserve()
406 BIDRAM_E("Can't find dram parse fn\n"); in bidram_get_ram_size()
412 BIDRAM_E("Can't get dram banks\n"); in bidram_get_ram_size()
417 BIDRAM_E("Too many dram banks, %d is over max: %d\n", in bidram_get_ram_size()
457 BIDRAM_E("Too many bad memory blocks\n"); in bidram_get_ram_size()
467 BIDRAM_E("Failed to add bidram from bi_dram[%d]\n", i); in bidram_get_ram_size()
481 BIDRAM_E("Failed to add bad memblk[%d]\n", i); in bidram_get_ram_size()
489 BIDRAM_E("Failed to reserve bidram for board\n"); in bidram_get_ram_size()