Searched refs:MAX_DAIS (Results 1 – 4 of 4) sorted by relevance
323 unsigned int cinv[MAX_DAIS], finv[MAX_DAIS]; in mdais_parse_daifmt()324 unsigned int cmst[MAX_DAIS], fmst[MAX_DAIS]; in mdais_parse_daifmt()459 if (count < 0 || count > MAX_DAIS) in rockchip_mdais_probe()
12 #define MAX_DAIS 4 macro
25 struct dma_chan *tx_chans[MAX_DAIS];26 struct dma_chan *rx_chans[MAX_DAIS];31 struct dma_chan *chans[MAX_DAIS];32 dma_cookie_t cookies[MAX_DAIS];
16 #define MAX_DAIS 2 /* APB1, APB2 */ macro