Searched refs:VX_STAT_CHIP_INIT (Results 1 – 3 of 3) sorted by relevance
106 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()142 if (vx->chip_status & VX_STAT_CHIP_INIT) in vx_hwdep_dsp_status()221 vx->chip_status |= VX_STAT_CHIP_INIT; in vx_hwdep_dsp_load()
547 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()748 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()760 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
153 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator