Searched refs:full (Results 1 – 12 of 12) sorted by relevance
/sound/soc/intel/atom/sst/ |
D | sst_loader.c | 68 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 70 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 72 csr.full |= 0x7; in intel_sst_reset_dsp_mrfld() 73 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld() 74 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 76 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 78 csr.full &= ~(0x1); in intel_sst_reset_dsp_mrfld() 79 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld() 81 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 82 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() [all …]
|
D | sst_ipc.c | 135 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld() 146 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld() 169 msg->mrfld_header.p.header_high.full); in sst_post_message_mrfld() 178 sst_shim_write64(sst_drv_ctx->shim, SST_IPCX, msg->mrfld_header.full); in sst_post_message_mrfld() 195 imr.full = sst_shim_read64(sst_drv_ctx->shim, SST_IMRX); in intel_sst_clear_intr_mrfld() 196 isr.full = sst_shim_read64(sst_drv_ctx->shim, SST_ISRX); in intel_sst_clear_intr_mrfld() 200 sst_shim_write64(sst_drv_ctx->shim, SST_ISRX, isr.full); in intel_sst_clear_intr_mrfld() 203 clear_ipc.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCD); in intel_sst_clear_intr_mrfld() 208 sst_shim_write64(sst_drv_ctx->shim, SST_IPCD, clear_ipc.full); in intel_sst_clear_intr_mrfld() 211 sst_shim_write64(sst_drv_ctx->shim, SST_IMRX, imr.full); in intel_sst_clear_intr_mrfld() [all …]
|
D | sst.h | 87 u64 full; member 98 u32 full; member 114 u32 full; member 134 u64 full; member 143 u64 full; member 152 u64 full; member
|
D | sst.c | 64 isr.full = sst_shim_read64(drv->shim, SST_ISRX); in intel_sst_interrupt_mrfld() 69 header.full = sst_shim_read64(drv->shim, in intel_sst_interrupt_mrfld() 72 sst_shim_write64(drv->shim, drv->ipc_reg.ipcx, header.full); in intel_sst_interrupt_mrfld() 76 sst_shim_write64(drv->shim, SST_ISRX, isr.full); in intel_sst_interrupt_mrfld() 87 imr.full = sst_shim_read64(drv->shim, SST_IMRX); in intel_sst_interrupt_mrfld() 89 sst_shim_write64(drv->shim, SST_IMRX, imr.full); in intel_sst_interrupt_mrfld() 91 header.full = sst_shim_read64(drv->shim, drv->ipc_reg.ipcd); in intel_sst_interrupt_mrfld()
|
D | sst_pvt.c | 261 msg->mrfld_header.p.header_high.full); in sst_prepare_and_post_msg() 314 header->full = 0; in sst_fill_header_mrfld()
|
/sound/usb/line6/ |
D | midibuf.c | 43 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty() 48 return this->full; in midibuf_is_full() 53 this->pos_read = this->pos_write = this->full = 0; in line6_midibuf_reset() 125 this->full = 1; in line6_midibuf_write() 232 this->full = 0; in line6_midibuf_read() 244 this->full = 0; in line6_midibuf_ignore()
|
D | midibuf.h | 20 int full; member
|
/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 209 u32 full; member 217 u64 full; member 232 u32 full; member
|
D | sst-atom-controls.h | 435 u16 full; member
|
/sound/drivers/ |
D | ml403-ac97cr.c | 420 u32 full = 0; in snd_ml403_ac97cr_playback_ind2_zero() local 425 while ((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_zero() 444 u32 full = 0; in snd_ml403_ac97cr_playback_ind2_copy() local 450 while (((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_copy() 457 if (full != CR_PLAYFULL) in snd_ml403_ac97cr_playback_ind2_copy()
|
/sound/oss/ |
D | CHANGELOG | 62 - Fixed a bug in handling of full duplex cards in write only mode. This has 338 smaller which makes it possible to use the full driver with
|
D | Kconfig | 302 Enter the full pathname of your TRXPRO.HEX file, starting from /. 410 Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file,
|