Home
last modified time | relevance | path

Searched refs:dma_idx (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/media/pci/b2c2/
Dflexcop-dma.c43 flexcop_dma_index_t dma_idx) in flexcop_dma_config() argument
52 if ((dma_idx & FC_DMA_1) == dma_idx) { in flexcop_dma_config()
56 } else if ((dma_idx & FC_DMA_2) == dma_idx) { in flexcop_dma_config()
71 flexcop_dma_index_t dma_idx, in flexcop_dma_xfer_control() argument
78 if ((dma_idx & FC_DMA_1) == dma_idx) { in flexcop_dma_xfer_control()
81 } else if ((dma_idx & FC_DMA_2) == dma_idx) { in flexcop_dma_xfer_control()
111 flexcop_dma_index_t dma_idx, in flexcop_dma_remap() argument
114 flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_00c : dma2_01c; in flexcop_dma_remap()
158 flexcop_dma_index_t dma_idx, u8 cycles) in flexcop_dma_config_timer() argument
160 flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_004 : dma2_014; in flexcop_dma_config_timer()
[all …]
/Linux-v4.19/drivers/media/common/b2c2/
Dflexcop-common.h131 flexcop_dma_index_t dma_idx);
133 flexcop_dma_index_t dma_idx, flexcop_dma_addr_index_t index,
136 flexcop_dma_index_t dma_idx, u8 cycles);
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dacr_r361.c87 u32 dma_idx; member
116 desc->dma_idx = FALCON_DMAIDX_UCODE; in acr_r361_generate_pmu_bl_desc()
154 desc->dma_idx = FALCON_SEC2_DMAIDX_UCODE; in acr_r361_generate_sec2_bl_desc()
Dacr_r352.c1099 u32 dma_idx; member
1137 desc->dma_idx = FALCON_DMAIDX_UCODE; in acr_r352_generate_pmu_bl_desc()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Ddma.c48 iowrite32(0, &q->regs->dma_idx); in mt76_dma_alloc_queue()
133 q->head = ioread32(&q->regs->dma_idx); in mt76_dma_sync_idx()
153 last = ioread32(&q->regs->dma_idx); in mt76_dma_tx_cleanup()
172 last = ioread32(&q->regs->dma_idx); in mt76_dma_tx_cleanup()
Dmt76.h90 u32 dma_idx; member
/Linux-v4.19/drivers/staging/vt6655/
Ddevice_main.c1159 u32 dma_idx; in vnt_tx_packet() local
1165 dma_idx = TYPE_AC0DMA; in vnt_tx_packet()
1167 dma_idx = TYPE_TXDMA0; in vnt_tx_packet()
1169 if (AVAIL_TD(priv, dma_idx) < 1) { in vnt_tx_packet()
1175 head_td = priv->apCurrTD[dma_idx]; in vnt_tx_packet()
1181 if (dma_idx == TYPE_AC0DMA) in vnt_tx_packet()
1184 priv->apCurrTD[dma_idx] = head_td->next; in vnt_tx_packet()
1188 vnt_generate_fifo_header(priv, dma_idx, head_td, skb); in vnt_tx_packet()
1210 priv->iTDUsed[dma_idx]++; in vnt_tx_packet()
Drxtx.h181 int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx,
Drxtx.c1268 int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx, in vnt_generate_fifo_header() argument
1392 dma_idx, head_td, is_pspoll); in vnt_generate_fifo_header()
/Linux-v4.19/include/uapi/drm/
Dsavage_drm.h115 unsigned int dma_idx; /* DMA buffer index to use */ member
/Linux-v4.19/drivers/gpu/drm/savage/
Dsavage_state.c974 if (cmdbuf->dma_idx >= dma->buf_count) { in savage_bci_cmdbuf()
977 cmdbuf->dma_idx, dma->buf_count - 1); in savage_bci_cmdbuf()
980 dmabuf = dma->buflist[cmdbuf->dma_idx]; in savage_bci_cmdbuf()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/
Dmsgqueue_0137c63d.c108 u8 dma_idx; in init_gen_cmdline() member