1
0

qcacmn: write DEST_MAX_LENGTH for CE rings

Change that allows configuration of max buffer
size for SRNG rings in the receive direction

Change-Id: Ib857f1fdf43c849078f9470ec029fe627379fcb4
CRs-Fixed: 1089874
Este cometimento está contido em:
Houston Hoffman
2016-10-21 14:58:34 -07:00
cometido por qcabuildsw
ascendente f7bc308404
cometimento 74109127d0
4 ficheiros modificados com 43 adições e 4 eliminações

Ver ficheiro

@@ -236,7 +236,10 @@ struct hal_srng {
uint32_t *tp_addr;
/* Current SW loop cnt */
int loop_cnt;
uint32_t loop_cnt;
/* max transfer size */
uint16_t max_buffer_length;
} dst_ring;
struct {