Lines Matching refs:int_status
178 unsigned int_status;
182 &int_status);
191 &int_status);
194 !(int_status & XTFPGA_I2S_INT_LEVEL))
204 if (!(int_status & XTFPGA_I2S_INT_LEVEL))
207 else if (!(int_status & XTFPGA_I2S_INT_UNDERRUN))
211 if (!(int_status & XTFPGA_I2S_INT_UNDERRUN))
227 unsigned config, int_status, int_mask;
231 regmap_read(i2s->regmap, XTFPGA_I2S_INT_STATUS, &int_status);
234 !(int_status & int_mask & XTFPGA_I2S_INT_VALID))
240 if (int_status & XTFPGA_I2S_INT_UNDERRUN) {
256 if (int_status & XTFPGA_I2S_INT_UNDERRUN)