handled_mask 364 sound/soc/ti/davinci-mcasp.c u32 handled_mask = 0; handled_mask 370 sound/soc/ti/davinci-mcasp.c handled_mask |= XUNDRN; handled_mask 377 sound/soc/ti/davinci-mcasp.c if (!handled_mask) handled_mask 382 sound/soc/ti/davinci-mcasp.c handled_mask |= XRERR; handled_mask 385 sound/soc/ti/davinci-mcasp.c mcasp_set_reg(mcasp, DAVINCI_MCASP_TXSTAT_REG, handled_mask); handled_mask 387 sound/soc/ti/davinci-mcasp.c return IRQ_RETVAL(handled_mask); handled_mask 395 sound/soc/ti/davinci-mcasp.c u32 handled_mask = 0; handled_mask 401 sound/soc/ti/davinci-mcasp.c handled_mask |= ROVRN; handled_mask 408 sound/soc/ti/davinci-mcasp.c if (!handled_mask) handled_mask 413 sound/soc/ti/davinci-mcasp.c handled_mask |= XRERR; handled_mask 416 sound/soc/ti/davinci-mcasp.c mcasp_set_reg(mcasp, DAVINCI_MCASP_RXSTAT_REG, handled_mask); handled_mask 418 sound/soc/ti/davinci-mcasp.c return IRQ_RETVAL(handled_mask);