Lines Matching refs:LOG

87         LOG(ERROR, "Failed to create init thread (res = %d)\n", c11_res);
99 LOG(ERROR, "IHDA DSP device does not support IHDA DSP protocol (err %d)\n", res);
117 LOG(ERROR, "Failed to fetch DSP register VMO (err %u)\n", res);
122 LOG(ERROR, "Bad register window size (expected 0x%zx got 0x%zx)\n",
131 LOG(ERROR, "Error attempting to set cache policy for PCI registers (res %d)\n", res);
140 LOG(ERROR, "Error attempting to map registers (res %d)\n", res);
155 LOG(ERROR, "Failed to get BTI handle for IHDA DSP (res %d)\n", res);
161 LOG(ERROR, "Out of memory while attempting to allocate BTI wrapper for IHDA DSP\n");
173 LOG(ERROR, "Failed to set DSP interrupt callback (res %d)\n", res);
185 LOG(ERROR, "Failed to fetch NHLT (res %d)\n", res);
193 LOG(ERROR, "NHLT too small (%zu bytes)\n", size);
201 LOG(ERROR, "Invalid NHLT signature\n");
207 LOG(INFO, "Too many NHLT endpoints (max %zu, got %u), "
221 LOG(ERROR, "NHLT endpoint descriptor out of bounds\n");
227 LOG(ERROR, "Short NHLT descriptor\n");
239 LOG(ERROR, "NHLT endpoint descriptor too short (specific_config too long)\n");
257 LOG(ERROR, "Invalid NHLT endpoint desciptor format too short\n");
266 LOG(ERROR, "Invalid NHLT endpoint descriptor length\n");
275 LOG(TRACE, "parse success, found %zu formats\n", i);
323 LOG(ERROR, "Error in DSP boot (err %d)\n", st);
335 LOG(ERROR, "Error waiting for DSP ROM init (err %d)\n", st);
345 LOG(ERROR, "Error loading firmware (err %d)\n", st);
350 LOG(INFO, "DSP firmware ready\n");
355 LOG(ERROR, "Error getting DSP modules info\n");
360 LOG(ERROR, "Error initializing DSP pipelines\n");
367 LOG(ERROR, "Error starting DSP streams\n");
380 LOG(ERROR, "Error attempting to enter reset on core 0 (err %d)\n", st);
386 LOG(ERROR, "Error attempting to power down core 0 (err %d)\n", st);
392 LOG(ERROR, "Error attempting to power up core 0 (err %d)\n", st);
398 LOG(ERROR, "Error attempting to take core 0 out of reset (err %d)\n", st);
405 LOG(ERROR, "Failed to start core 0\n");
410 LOG(TRACE, "DSP core 0 booted!\n");
439 LOG(ERROR, "Found duplicate module id %hu\n",
483 LOG(ERROR, "Error initializing firmware code loader (err %d)\n", st);
493 LOG(ERROR, "Error fetching firmware (err %d)\n", st);
500 LOG(ERROR, "DSP firmware is too big (0x%zx bytes > 0x%zx bytes)\n", fw_size, MAX_FW_BYTES);
514 LOG(ERROR, "Error creating DSP firmware VMO (err %d)\n", st);
521 LOG(ERROR, "Error stripping DSP firmware (err %d)\n", st);
531 LOG(ERROR, "Failed to pin pages for DSP firmware (res %d)\n", st);
554 LOG(ERROR, "Error waiting for DSP base firmware entry (err %d, fw_status = 0x%08x)\n",
567 LOG(ERROR, "Error waiting for FW Ready IPC (err %d, fw_status = 0x%08x)\n",
650 LOG(TRACE, "Got CLDMA irq\n");
658 LOG(WARN, "Got IRQ when device is not operating (state %u)\n", to_underlying(state_));