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

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

Merge "diag: Add AXI prefetch related padding for CI controller"

parents 7a97385c 237dc913
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -36,7 +36,11 @@


#define DIAG_MAX_REQ_SIZE	(16 * 1024)
#define DIAG_MAX_REQ_SIZE	(16 * 1024)
#define DIAG_MAX_RSP_SIZE	(16 * 1024)
#define DIAG_MAX_RSP_SIZE	(16 * 1024)
#ifdef CONFIG_USB_CI13XXX_MSM
#define APF_DIAG_PADDING	256
#else
#define APF_DIAG_PADDING	0
#define APF_DIAG_PADDING	0
#endif
/*
/*
 * In the worst case, the HDLC buffer can be atmost twice the size of the
 * In the worst case, the HDLC buffer can be atmost twice the size of the
 * original packet. Add 3 bytes for 16 bit CRC (2 bytes) and a delimiter
 * original packet. Add 3 bytes for 16 bit CRC (2 bytes) and a delimiter