Lines Matching refs:status
151 * - verify driver status on x86_64
1862 u8 status
1874 if (!(status & (1 << codec_type)))
1901 u8 status;
1904 status = snd_azf3328_ctrl_inb(chip, IDX_IO_IRQSTATUS);
1907 if (!(status &
1916 status);
1918 if (status & IRQ_TIMER) {
1932 if (status & (IRQ_PLAYBACK|IRQ_RECORDING|IRQ_I2S_OUT))
1933 snd_azf3328_pcm_interrupt(chip, chip->codecs, status);
1935 if (status & IRQ_GAMEPORT)
1940 if (status & IRQ_MPU401) {