Lines Matching refs:status
151 * - verify driver status on x86_64
1853 u8 status
1865 if (!(status & (1 << codec_type)))
1892 u8 status;
1895 status = snd_azf3328_ctrl_inb(chip, IDX_IO_IRQSTATUS);
1898 if (!(status &
1907 status);
1909 if (status & IRQ_TIMER) {
1923 if (status & (IRQ_PLAYBACK|IRQ_RECORDING|IRQ_I2S_OUT))
1924 snd_azf3328_pcm_interrupt(chip, chip->codecs, status);
1926 if (status & IRQ_GAMEPORT)
1931 if (status & IRQ_MPU401) {