Lines Matching refs:ERROR
50 GLOBAL_LOG(ERROR, "Out of memory attempting to allocate IHDA DSP\n"); in Create()
89 LOG(ERROR, "Failed to create init thread (res = %d)\n", c11_res); in DriverBind()
90 state_ = State::ERROR; in DriverBind()
101 LOG(ERROR, "IHDA DSP device does not support IHDA DSP protocol (err %d)\n", res); in SetupDspDevice()
119 LOG(ERROR, "Failed to fetch DSP register VMO (err %u)\n", res); in SetupDspDevice()
124 LOG(ERROR, "Bad register window size (expected 0x%zx got 0x%zx)\n", in SetupDspDevice()
133 LOG(ERROR, "Error attempting to set cache policy for PCI registers (res %d)\n", res); in SetupDspDevice()
142 LOG(ERROR, "Error attempting to map registers (res %d)\n", res); in SetupDspDevice()
157 LOG(ERROR, "Failed to get BTI handle for IHDA DSP (res %d)\n", res); in SetupDspDevice()
163 LOG(ERROR, "Out of memory while attempting to allocate BTI wrapper for IHDA DSP\n"); in SetupDspDevice()
179 LOG(ERROR, "Failed to set DSP interrupt callback (res %d)\n", res); in SetupDspDevice()
192 LOG(ERROR, "Failed to fetch NHLT (res %d)\n", res); in ParseNhlt()
200 LOG(ERROR, "NHLT too small (%zu bytes)\n", size); in ParseNhlt()
208 LOG(ERROR, "Invalid NHLT signature\n"); in ParseNhlt()
228 LOG(ERROR, "NHLT endpoint descriptor out of bounds\n"); in ParseNhlt()
234 LOG(ERROR, "Short NHLT descriptor\n"); in ParseNhlt()
246 LOG(ERROR, "NHLT endpoint descriptor too short (specific_config too long)\n"); in ParseNhlt()
264 LOG(ERROR, "Invalid NHLT endpoint desciptor format too short\n"); in ParseNhlt()
273 LOG(ERROR, "Invalid NHLT endpoint descriptor length\n"); in ParseNhlt()
330 LOG(ERROR, "Error in DSP boot (err %d)\n", st); in InitThread()
342 LOG(ERROR, "Error waiting for DSP ROM init (err %d)\n", st); in InitThread()
352 LOG(ERROR, "Error loading firmware (err %d)\n", st); in InitThread()
362 LOG(ERROR, "Error getting DSP modules info\n"); in InitThread()
367 LOG(ERROR, "Error initializing DSP pipelines\n"); in InitThread()
374 LOG(ERROR, "Error starting DSP streams\n"); in InitThread()
387 LOG(ERROR, "Error attempting to enter reset on core 0 (err %d)\n", st); in Boot()
393 LOG(ERROR, "Error attempting to power down core 0 (err %d)\n", st); in Boot()
399 LOG(ERROR, "Error attempting to power up core 0 (err %d)\n", st); in Boot()
405 LOG(ERROR, "Error attempting to take core 0 out of reset (err %d)\n", st); in Boot()
412 LOG(ERROR, "Failed to start core 0\n"); in Boot()
446 LOG(ERROR, "Found duplicate module id %hu\n", in GetModulesInfo()
490 LOG(ERROR, "Error initializing firmware code loader (err %d)\n", st); in LoadFirmware()
500 LOG(ERROR, "Error fetching firmware (err %d)\n", st); in LoadFirmware()
507 LOG(ERROR, "DSP firmware is too big (0x%zx bytes > 0x%zx bytes)\n", fw_size, MAX_FW_BYTES); in LoadFirmware()
521 LOG(ERROR, "Error creating DSP firmware VMO (err %d)\n", st); in LoadFirmware()
528 LOG(ERROR, "Error stripping DSP firmware (err %d)\n", st); in LoadFirmware()
538 LOG(ERROR, "Failed to pin pages for DSP firmware (res %d)\n", st); in LoadFirmware()
561 LOG(ERROR, "Error waiting for DSP base firmware entry (err %d, fw_status = 0x%08x)\n", in LoadFirmware()
574 LOG(ERROR, "Error waiting for FW Ready IPC (err %d, fw_status = 0x%08x)\n", in LoadFirmware()