Searched refs:ch_stat (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/atmel/ |
| H A D | mchp-spdiftx.c | 185 unsigned char ch_stat[SPDIFTX_CS_BITS / 8]; member 215 for (i = 0; i < ARRAY_SIZE(ctrl->ch_stat) / 4; i++) { in mchp_spdiftx_channel_status_write() 216 val = (ctrl->ch_stat[(i * 4) + 0] << 0) | in mchp_spdiftx_channel_status_write() 217 (ctrl->ch_stat[(i * 4) + 1] << 8) | in mchp_spdiftx_channel_status_write() 218 (ctrl->ch_stat[(i * 4) + 2] << 16) | in mchp_spdiftx_channel_status_write() 219 (ctrl->ch_stat[(i * 4) + 3] << 24); in mchp_spdiftx_channel_status_write() 480 ctrl->ch_stat[3] &= ~IEC958_AES3_CON_FS; in mchp_spdiftx_hw_params() 481 ctrl->ch_stat[3] |= aes3; in mchp_spdiftx_hw_params() 554 memcpy(uvalue->value.iec958.status, ctrl->ch_stat, in mchp_spdiftx_cs_get() 555 sizeof(ctrl->ch_stat)); in mchp_spdiftx_cs_get() [all …]
|
| H A D | mchp-spdifrx.c | 281 struct mchp_spdifrx_ch_stat ch_stat[SPDIFRX_CHANNELS]; member 314 u8 *ch_stat = &ctrl->ch_stat[channel].data[0]; in mchp_spdifrx_channel_status_read() local 318 for (i = 0; i < ARRAY_SIZE(ctrl->ch_stat[channel].data) / 4; i++) { in mchp_spdifrx_channel_status_read() 320 *ch_stat++ = val & 0xFF; in mchp_spdifrx_channel_status_read() 321 *ch_stat++ = (val >> 8) & 0xFF; in mchp_spdifrx_channel_status_read() 322 *ch_stat++ = (val >> 16) & 0xFF; in mchp_spdifrx_channel_status_read() 323 *ch_stat++ = (val >> 24) & 0xFF; in mchp_spdifrx_channel_status_read() 373 complete(&ctrl->ch_stat[ch].done); in mchp_spdif_interrupt() 532 struct mchp_spdifrx_ch_stat *ch_stat = &ctrl->ch_stat[channel]; in mchp_spdifrx_cs_get() local 556 reinit_completion(&ch_stat->done); in mchp_spdifrx_cs_get() [all …]
|
| /linux/drivers/gpu/host1x/hw/ |
| H A D | debug_hw_1x06.c | 22 u32 ch_stat; in host1x_debug_show_channel_cdma() local 41 ch_stat = host1x_ch_readl(ch, HOST1X_CHANNEL_CHANNELSTAT); in host1x_debug_show_channel_cdma() 60 host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat); in host1x_debug_show_channel_cdma()
|
| /linux/drivers/dma/dw-edma/ |
| H A D | dw-hdma-v0-regs.h | 60 u32 ch_stat; /* 0x0080 */ member
|
| H A D | dw-hdma-v0-debugfs.c | 99 CTX_REGISTER(dw, ch_stat, dir, ch), in dw_hdma_debugfs_regs_ch()
|
| H A D | dw-hdma-v0-core.c | 82 GET_CH_32(dw, chan->id, chan->dir, ch_stat)); in dw_hdma_v0_core_ch_status()
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721.c | 117 u32 rd_count, swr_ptr, ch_stat; in tsi721_maint_dma() local 149 while ((ch_stat = ioread32(regs + TSI721_DMAC_STS)) in tsi721_maint_dma() 155 priv->mdma.ch_id, ch_stat); in tsi721_maint_dma() 163 if (ch_stat & TSI721_DMAC_STS_ABORT) { in tsi721_maint_dma() 168 ch_stat); in tsi721_maint_dma() 1532 u32 ch_stat; in tsi721_bdma_maint_free() local 1540 ch_stat = ioread32(regs + TSI721_DMAC_STS); in tsi721_bdma_maint_free() 1541 if (ch_stat & TSI721_DMAC_STS_RUN) in tsi721_bdma_maint_free()
|
| H A D | tsi721_dma.c | 208 u32 ch_stat; in tsi721_bdma_ch_free() local 217 ch_stat = ioread32(bdma_chan->regs + TSI721_DMAC_STS); in tsi721_bdma_ch_free() 218 if (ch_stat & TSI721_DMAC_STS_RUN) in tsi721_bdma_ch_free()
|