Searched refs:VX_STAT_CHIP_INIT (Results 1 – 3 of 3) sorted by relevance
107 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()143 if (vx->chip_status & VX_STAT_CHIP_INIT) in vx_hwdep_dsp_status()222 vx->chip_status |= VX_STAT_CHIP_INIT; in vx_hwdep_dsp_load()
548 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()749 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()761 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
153 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator