Searched refs:RSND_MOD_MAX (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/soc/sh/rcar/
H A Drsnd.h296 RSND_MOD_MAX, enumerator in enum:rsnd_mod_type
506 struct rsnd_mod *mod[RSND_MOD_MAX];
522 #define rsnd_io_to_mod(io, i) ((i) < RSND_MOD_MAX ? (io)->mod[(i)] : NULL)
H A Dcore.c484 int max = array ? array_size : RSND_MOD_MAX;
497 static enum rsnd_mod_type rsnd_mod_sequence[][RSND_MOD_MAX] = {
560 for_each_rsnd_mod_arrays(i, mod, io, types, RSND_MOD_MAX) { \
H A Ddma.c706 #define MOD_MAX (RSND_MOD_MAX + 1) /* +Memory */

Completed in 229 milliseconds