Searched refs:AZX_MAX_CODECS (Results 1 – 2 of 2) sorted by relevance
122 #define AZX_MAX_CODECS 8 macro124 #define STATESTS_INT_MASK ((1 << AZX_MAX_CODECS) - 1)248 int cmds[AZX_MAX_CODECS]; /* number of pending requests */249 u32 res[AZX_MAX_CODECS]; /* last read value */363 unsigned int last_cmd[AZX_MAX_CODECS];
1069 if (addr >= AZX_MAX_CODECS) { in azx_command_addr()1139 if ((addr >= AZX_MAX_CODECS) || !(chip->codec_mask & (1 << addr))) { in azx_update_rirb()