Searched refs:BIDRAM_E (Results 1 – 1 of 1) sorted by relevance
21 #define BIDRAM_E(fmt, args...) printf("Bidram Error: "fmt, ##args) macro29 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()[all …]