Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/b2c2/
Dflexcop-dma.c44 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.10/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-v5.10/drivers/gpu/drm/nouveau/include/nvfw/
Dflcn.h8 u32 dma_idx; member
28 u32 dma_idx; member
Dpmu.h19 u8 dma_idx; member
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/nvfw/
Dflcn.c29 nvkm_debug(subdev, "\tdmaIdx : %d\n", hdr->dma_idx); in loader_config_dump()
50 nvkm_debug(subdev, "\tdmaIdx : %d\n", hdr->dma_idx); in loader_config_v1_dump()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mmio.c355 u32 dma_idx, prev_dma_idx; in mt76x02_tx_hang() local
366 dma_idx = readl(&q->regs->dma_idx); in mt76x02_tx_hang()
367 dev->mt76.tx_dma_idx[i] = dma_idx; in mt76x02_tx_hang()
369 if (prev_dma_idx == dma_idx) in mt76x02_tx_hang()
Ddma.c111 writel(0, &q->regs->dma_idx); in mt76_dma_alloc_queue()
206 q->head = readl(&q->regs->dma_idx); in mt76_dma_sync_idx()
231 last = readl(&q->regs->dma_idx); in mt76_dma_tx_cleanup()
244 last = readl(&q->regs->dma_idx); in mt76_dma_tx_cleanup()
Dmt76.h117 u32 dma_idx; member
/Linux-v5.10/drivers/staging/vt6655/
Ddevice_main.c1156 u32 dma_idx; in vnt_tx_packet() local
1162 dma_idx = TYPE_AC0DMA; in vnt_tx_packet()
1164 dma_idx = TYPE_TXDMA0; in vnt_tx_packet()
1166 if (AVAIL_TD(priv, dma_idx) < 1) { in vnt_tx_packet()
1172 head_td = priv->apCurrTD[dma_idx]; in vnt_tx_packet()
1178 if (dma_idx == TYPE_AC0DMA) in vnt_tx_packet()
1181 priv->apCurrTD[dma_idx] = head_td->next; in vnt_tx_packet()
1185 vnt_generate_fifo_header(priv, dma_idx, head_td, skb); in vnt_tx_packet()
1207 priv->iTDUsed[dma_idx]++; in vnt_tx_packet()
Drxtx.h181 int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx,
Drxtx.c1217 int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx, in vnt_generate_fifo_header() argument
1341 dma_idx, head_td, is_pspoll); in vnt_generate_fifo_header()
/Linux-v5.10/include/uapi/drm/
Dsavage_drm.h115 unsigned int dma_idx; /* DMA buffer index to use */ member
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7603/
Dmac.c1513 u32 dma_idx, prev_dma_idx; in mt7603_tx_hang() local
1523 dma_idx = readl(&q->regs->dma_idx); in mt7603_tx_hang()
1524 dev->tx_dma_idx[i] = dma_idx; in mt7603_tx_hang()
1526 if (dma_idx == prev_dma_idx && in mt7603_tx_hang()
1527 dma_idx != readl(&q->regs->cpu_idx)) in mt7603_tx_hang()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dgm20b.c104 .dma_idx = FALCON_DMAIDX_UCODE, in gm20b_pmu_acr_bld_write()
/Linux-v5.10/drivers/gpu/drm/savage/
Dsavage_state.c985 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.10/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
Dgp102.c104 .dma_idx = FALCON_SEC2_DMAIDX_UCODE, in gp102_sec2_acr_bld_write()