Lines Matching refs:IMSG
21 #define IMSG(format, ...) printf("[%s, %05d]-trace: " format "\n", \ macro
24 #define IMSG(format, ...) macro
753 IMSG("%s\n", ret == -ETIME ? "timeout" : "dismatch"); in dump_crypto_state()
755 IMSG("CRYPTO_DMA_INT_ST = %08x, expect_int = %08x\n", in dump_crypto_state()
757 IMSG("data desc = %p\n", desc); in dump_crypto_state()
758 IMSG("\taddr_in = [%08x <=> %08x]\n", in dump_crypto_state()
760 IMSG("\taddr_out = [%08x <=> %08x]\n", in dump_crypto_state()
762 IMSG("\tsrc_len = [%08x <=> %08x]\n", in dump_crypto_state()
764 IMSG("\tdst_len = %08x\n", desc->dst_len); in dump_crypto_state()
765 IMSG("\tdma_ctl = %08x\n", desc->dma_ctrl); in dump_crypto_state()
766 IMSG("\tuser_define = %08x\n", desc->user_define); in dump_crypto_state()
768 IMSG("\n\nDMA CRYPTO_DMA_LLI_ADDR status = %08x\n", in dump_crypto_state()
770 IMSG("DMA CRYPTO_DMA_ST status = %08x\n", in dump_crypto_state()
772 IMSG("DMA CRYPTO_DMA_STATE status = %08x\n", in dump_crypto_state()
774 IMSG("DMA CRYPTO_DMA_LLI_RADDR status = %08x\n", in dump_crypto_state()
776 IMSG("DMA CRYPTO_DMA_SRC_RADDR status = %08x\n", in dump_crypto_state()
778 IMSG("DMA CRYPTO_DMA_DST_RADDR status = %08x\n", in dump_crypto_state()
780 IMSG("DMA CRYPTO_CIPHER_ST status = %08x\n", in dump_crypto_state()
782 IMSG("DMA CRYPTO_CIPHER_STATE status = %08x\n", in dump_crypto_state()
784 IMSG("DMA CRYPTO_TAG_VALID status = %08x\n", in dump_crypto_state()
786 IMSG("LOCKSTEP status = %08x\n\n", in dump_crypto_state()
789 IMSG("dst %dbyte not transferred\n", in dump_crypto_state()
868 IMSG("%s: key addr is %p, key_len is %d, iv addr is %p", in hw_cipher_init()