reset_ch
reset_ch(prev, spu); /* Step 45. */
static void flush_channel(struct device *dev, int ch, int error, int reset_ch)
if (error && !reset_ch && status == error)
int reset_ch = is_sec1 ? 1 : 0; /* only SEC2 supports continuation */
reset_ch = 1;
flush_channel(dev, ch, error, reset_ch);
if (reset_ch) {
unsigned int video_requests, audio_requests, reset_ch;
reset_ch = ~0;
reset_ch = 0;
fifo_status, &reset_ch);
if (reset_ch) {
tw686x_reset_channels(dev, reset_ch);
unsigned int *reset_ch)
*reset_ch |= BIT(ch);
*reset_ch |= BIT(ch);
*reset_ch |= BIT(ch);
unsigned int *reset_ch);