Lines Matching refs:LOG_ERR

69 		LOG_ERR("Bus error on channel %" PRIu8, channel);  in dma_si32_isr_handler()
140 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_config()
148 LOG_ERR("DMA channel is currently in use"); in dma_si32_config()
155 LOG_ERR("Missing config"); in dma_si32_config()
160 LOG_ERR("Callback on each block not implemented"); in dma_si32_config()
165 LOG_ERR("Error callback disabling not implemented"); in dma_si32_config()
170 LOG_ERR("Handshake not implemented"); in dma_si32_config()
175 LOG_ERR("Channel priority not implemented"); in dma_si32_config()
180 LOG_ERR("Chaining not implemented"); in dma_si32_config()
185 LOG_ERR("Linked channel not implemented"); in dma_si32_config()
190 LOG_ERR("Cyclic transfer not implemented"); in dma_si32_config()
196 LOG_ERR("source_data_size must be 1, 2, or 4 (%" PRIu32 ")", cfg->source_data_size); in dma_si32_config()
201 LOG_ERR("dest_data_size must be 1, 2, or 4 (%" PRIu32 ")", cfg->dest_data_size); in dma_si32_config()
209 LOG_ERR("Individual burst modes not supported"); in dma_si32_config()
214 LOG_ERR("Burst lengths must be power of two"); in dma_si32_config()
219 LOG_ERR("Scatter-Gather not implemented"); in dma_si32_config()
248 LOG_ERR("source_data_size must be 1, 2, or 4 (%" PRIu32 ")", cfg->source_data_size); in dma_si32_config()
254 LOG_ERR("Missing head block"); in dma_si32_config()
261 LOG_ERR("Block size not a multiple of data size"); in dma_si32_config()
266 LOG_ERR("Block source address not aligned with source data size"); in dma_si32_config()
271 LOG_ERR("Block dest address not aligned with dest data size"); in dma_si32_config()
279 LOG_ERR("Transfer size exceeded"); in dma_si32_config()
305 LOG_ERR("Channel direction not implemented: %d", cfg->channel_direction); in dma_si32_config()
316 LOG_ERR("source_addr_adj value not supported by HW"); in dma_si32_config()
323 LOG_ERR("Unknown source_addr_adj value"); in dma_si32_config()
333 LOG_ERR("dest_addr_adj value not supported by HW"); in dma_si32_config()
340 LOG_ERR("Unknown dest_addr_adj value"); in dma_si32_config()
357 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_start()
407 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_stop()