Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22597294 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "crypto: qce50: set BAM ipc log level"

parents 85b7eb8a 7cfae845
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2811,7 +2811,7 @@ static int qce_sps_get_bam(struct qce_device *pce_dev)
		bam.manage = SPS_BAM_MGR_LOCAL;
		bam.manage = SPS_BAM_MGR_LOCAL;


	bam.ee = pce_dev->ce_bam_info.bam_ee;
	bam.ee = pce_dev->ce_bam_info.bam_ee;

	bam.ipc_loglevel = QCE_BAM_DEFAULT_IPC_LOGLVL;
	pr_debug("bam physical base=0x%lx\n", (uintptr_t)bam.phys_addr);
	pr_debug("bam physical base=0x%lx\n", (uintptr_t)bam.phys_addr);
	pr_debug("bam virtual base=0x%p\n", bam.virt_addr);
	pr_debug("bam virtual base=0x%p\n", bam.virt_addr);


+3 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,9 @@
#define QCE_MAX_NUM_DESC    128
#define QCE_MAX_NUM_DESC    128
#define SPS_MAX_PKT_SIZE  (32 * 1024  - 64)
#define SPS_MAX_PKT_SIZE  (32 * 1024  - 64)


/* default bam ipc log level */
#define QCE_BAM_DEFAULT_IPC_LOGLVL 2

/* State of consumer/producer Pipe */
/* State of consumer/producer Pipe */
enum qce_pipe_st_enum {
enum qce_pipe_st_enum {
	QCE_PIPE_STATE_IDLE = 0,
	QCE_PIPE_STATE_IDLE = 0,