Home
last modified time | relevance | path

Searched refs:chip_status (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/sound/drivers/vx/
H A Dvx_core.c237 if (chip->chip_status & VX_STAT_IS_STALE) in vx_send_msg_nolock()
372 if (chip->chip_status & VX_STAT_IS_STALE) in vx_send_rih_nolock()
507 if (chip->chip_status & VX_STAT_IS_STALE) in snd_vx_threaded_irq_handler()
554 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
555 (chip->chip_status & VX_STAT_IS_STALE)) in snd_vx_irq_handler()
619 (chip->chip_status & VX_STAT_DEVICE_INIT) ? "Yes" : "No"); in vx_proc_read()
663 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); in snd_vx_dsp_boot()
741 chip->chip_status |= VX_STAT_IN_SUSPEND; in snd_vx_suspend()
755 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
767 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
[all …]
H A Dvx_hwdep.c71 chip->chip_status |= VX_STAT_XILINX_LOADED; in snd_vx_setup_firmware()
95 chip->chip_status |= VX_STAT_DEVICE_INIT; in snd_vx_setup_firmware()
96 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
H A Dvx_uer.c220 if (chip->chip_status & VX_STAT_IS_STALE) in vx_set_iec958_status()
235 if (chip->chip_status & VX_STAT_IS_STALE) in vx_set_clock()
277 if (chip->chip_status & VX_STAT_IS_STALE) in vx_change_frequency()
H A Dvx_pcm.c520 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_playback_open()
682 if (! pipe->prepared || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_playback_transfer()
703 if (pipe->running && ! (chip->chip_status & VX_STAT_IS_STALE)) { in vx_pcm_playback_update()
723 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_trigger()
790 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_prepare()
895 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_capture_open()
987 if (!pipe->running || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_capture_update()
H A Dvx_mixer.c25 if (chip->chip_status & VX_STAT_IS_STALE) in vx_write_codec_reg()
166 if (chip->chip_status & VX_STAT_IS_STALE) in vx_change_audio_source()
209 if (chip->chip_status & VX_STAT_IS_STALE) in vx_adjust_audio_level()
367 if (chip->chip_status & VX_STAT_IS_STALE) in vx_get_audio_vu_meter()
/openbmc/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c54 if (!(us428->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_us428ctls_mmap()
75 if (us428->chip_status & USX2Y_STAT_CHIP_HUP) in snd_us428ctls_poll()
113 if (us428->chip_status & USX2Y_STAT_CHIP_INIT) in snd_usx2y_hwdep_dsp_status()
217 priv->chip_status |= USX2Y_STAT_CHIP_INIT; in snd_usx2y_hwdep_dsp_load()
H A Dusbusx2y.h39 int chip_status; member
H A Dusx2yhwdeppcm.c592 if (!(subs->usx2y->chip_status & USX2Y_STAT_CHIP_MMAP_PCM_URBS)) in snd_usx2y_usbpcm_open()
647 usx2y(card)->chip_status |= USX2Y_STAT_CHIP_MMAP_PCM_URBS; in snd_usx2y_hwdep_pcm_open()
660 usx2y(hw->card)->chip_status &= ~USX2Y_STAT_CHIP_MMAP_PCM_URBS; in snd_usx2y_hwdep_pcm_release()
696 if (!(usx2y->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_usx2y_hwdep_pcm_mmap()
H A Dusbusx2y.c415 usx2y->chip_status = USX2Y_STAT_CHIP_HUP; in snd_usx2y_disconnect()
H A Dusbusx2yaudio.c910 if (subs->usx2y->chip_status & USX2Y_STAT_CHIP_MMAP_PCM_URBS) in snd_usx2y_pcm_open()
/openbmc/linux/drivers/bcma/
H A Dsprom.c482 u32 chip_status; in bcma_sprom_ext_available() local
496 chip_status = bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT); in bcma_sprom_ext_available()
510 return chip_status & present_mask; in bcma_sprom_ext_available()
518 u32 chip_status; in bcma_sprom_onchip_available() local
522 chip_status = bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT); in bcma_sprom_onchip_available()
525 present = chip_status & BCMA_CC_CHIPST_4313_OTP_PRESENT; in bcma_sprom_onchip_available()
529 present = chip_status & BCMA_CC_CHIPST_4331_OTP_PRESENT; in bcma_sprom_onchip_available()
542 present = chip_status & BCMA_CC_CHIPST_43228_OTP_PRESENT; in bcma_sprom_onchip_available()
/openbmc/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c158 pdacf->chip_status |= PDAUDIOCF_STAT_IS_CONFIGURED; in snd_pdacf_assign_resources()
190 if (chip->chip_status & PDAUDIOCF_STAT_IS_CONFIGURED) in snd_pdacf_detach()
192 chip->chip_status |= PDAUDIOCF_STAT_IS_STALE; /* to be sure */ in snd_pdacf_detach()
H A Dpdaudiocf_pcm.c41 if (chip->chip_status & PDAUDIOCF_STAT_IS_STALE) in pdacf_pcm_trigger()
95 if (chip->chip_status & PDAUDIOCF_STAT_IS_STALE) in pdacf_pcm_prepare()
201 if (chip->chip_status & PDAUDIOCF_STAT_IS_STALE) in pdacf_pcm_capture_open()
H A Dpdaudiocf.h85 unsigned int chip_status; member
H A Dpdaudiocf_core.c256 chip->chip_status |= PDAUDIOCF_STAT_IS_SUSPENDED; /* ignore interrupts from now */ in snd_pdacf_suspend()
275 chip->chip_status &= ~PDAUDIOCF_STAT_IS_SUSPENDED; in snd_pdacf_resume()
H A Dpdaudiocf_irq.c22 if ((chip->chip_status & (PDAUDIOCF_STAT_IS_STALE| in pdacf_interrupt()
252 …if ((chip->chip_status & (PDAUDIOCF_STAT_IS_STALE|PDAUDIOCF_STAT_IS_CONFIGURED)) != PDAUDIOCF_STAT… in pdacf_threaded_irq()
/openbmc/linux/sound/pcmcia/vx/
H A Dvxp_ops.c275 if (! (_chip->chip_status & VX_STAT_XILINX_LOADED)) in vxp_test_and_ack()
461 if (chip->chip_status & VX_STAT_IS_STALE) in vx_set_mic_boost()
503 if (chip->chip_status & VX_STAT_IS_STALE) in vx_set_mic_level()
H A Dvxpocket.c313 chip->chip_status |= VX_STAT_IS_STALE; /* to be sure */ in vxpocket_detach()
/openbmc/linux/include/sound/
H A Dvx_core.h155 unsigned int chip_status; member
/openbmc/linux/sound/pci/vx222/
H A Dvx222_ops.c441 if (! (chip->chip_status & VX_STAT_XILINX_LOADED)) in vx2_test_and_ack()