| /Linux-v5.4/drivers/media/pci/b2c2/ |
| D | flexcop-dma.c | 44 flexcop_dma_index_t dma_idx) in flexcop_dma_config() argument 53 if ((dma_idx & FC_DMA_1) == dma_idx) { in flexcop_dma_config() 57 } else if ((dma_idx & FC_DMA_2) == dma_idx) { in flexcop_dma_config() 73 flexcop_dma_index_t dma_idx, in flexcop_dma_xfer_control() argument 80 if ((dma_idx & FC_DMA_1) == dma_idx) { in flexcop_dma_xfer_control() 83 } else if ((dma_idx & FC_DMA_2) == dma_idx) { in flexcop_dma_xfer_control() 114 flexcop_dma_index_t dma_idx, in flexcop_dma_remap() argument 117 flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_00c : dma2_01c; in flexcop_dma_remap() 162 flexcop_dma_index_t dma_idx, u8 cycles) in flexcop_dma_config_timer() argument 164 flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_004 : dma2_014; in flexcop_dma_config_timer() [all …]
|
| /Linux-v5.4/drivers/media/common/b2c2/ |
| D | flexcop-common.h | 131 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-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ |
| D | acr_r361.c | 103 u32 dma_idx; member 132 desc->dma_idx = FALCON_DMAIDX_UCODE; in acr_r361_generate_pmu_bl_desc() 178 desc->dma_idx = FALCON_SEC2_DMAIDX_UCODE; in acr_r361_generate_sec2_bl_desc()
|
| D | acr_r352.c | 1118 u32 dma_idx; member 1156 desc->dma_idx = FALCON_DMAIDX_UCODE; in acr_r352_generate_pmu_bl_desc()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_mmio.c | 359 u32 dma_idx, prev_dma_idx; in mt76x02_tx_hang() local 370 dma_idx = readl(&q->regs->dma_idx); in mt76x02_tx_hang() 371 dev->mt76.tx_dma_idx[i] = dma_idx; in mt76x02_tx_hang() 373 if (prev_dma_idx == dma_idx) in mt76x02_tx_hang()
|
| D | dma.c | 41 writel(0, &q->regs->dma_idx); in mt76_dma_alloc_queue() 133 q->head = readl(&q->regs->dma_idx); in mt76_dma_sync_idx() 155 last = readl(&q->regs->dma_idx); in mt76_dma_tx_cleanup() 175 last = readl(&q->regs->dma_idx); in mt76_dma_tx_cleanup()
|
| D | mt76.h | 105 u32 dma_idx; member
|
| /Linux-v5.4/drivers/staging/vt6655/ |
| D | device_main.c | 1151 u32 dma_idx; in vnt_tx_packet() local 1157 dma_idx = TYPE_AC0DMA; in vnt_tx_packet() 1159 dma_idx = TYPE_TXDMA0; in vnt_tx_packet() 1161 if (AVAIL_TD(priv, dma_idx) < 1) { in vnt_tx_packet() 1167 head_td = priv->apCurrTD[dma_idx]; in vnt_tx_packet() 1173 if (dma_idx == TYPE_AC0DMA) in vnt_tx_packet() 1176 priv->apCurrTD[dma_idx] = head_td->next; in vnt_tx_packet() 1180 vnt_generate_fifo_header(priv, dma_idx, head_td, skb); in vnt_tx_packet() 1202 priv->iTDUsed[dma_idx]++; in vnt_tx_packet()
|
| D | rxtx.h | 181 int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx,
|
| D | rxtx.c | 1269 int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx, in vnt_generate_fifo_header() argument 1393 dma_idx, head_td, is_pspoll); in vnt_generate_fifo_header()
|
| /Linux-v5.4/include/uapi/drm/ |
| D | savage_drm.h | 115 unsigned int dma_idx; /* DMA buffer index to use */ member
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/ |
| D | mac.c | 1392 u32 dma_idx, prev_dma_idx; in mt7603_tx_hang() local 1402 dma_idx = readl(&q->regs->dma_idx); in mt7603_tx_hang() 1403 dev->tx_dma_idx[i] = dma_idx; in mt7603_tx_hang() 1405 if (dma_idx == prev_dma_idx && in mt7603_tx_hang() 1406 dma_idx != readl(&q->regs->cpu_idx)) in mt7603_tx_hang()
|
| /Linux-v5.4/drivers/gpu/drm/savage/ |
| D | savage_state.c | 985 if (cmdbuf->dma_idx >= dma->buf_count) { in savage_bci_cmdbuf() 988 cmdbuf->dma_idx, dma->buf_count - 1); in savage_bci_cmdbuf() 991 dmabuf = dma->buflist[cmdbuf->dma_idx]; in savage_bci_cmdbuf()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| D | msgqueue_0137c63d.c | 108 u8 dma_idx; in init_gen_cmdline() member
|