Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/b2c2/
Dflexcop-dma.c42 flexcop_dma_index_t dma_idx) in flexcop_dma_config() argument
51 if ((dma_idx & FC_DMA_1) == dma_idx) { in flexcop_dma_config()
55 } 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()
112 flexcop_dma_index_t dma_idx, in flexcop_dma_remap() argument
115 flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_00c : dma2_01c; in flexcop_dma_remap()
159 flexcop_dma_index_t dma_idx, u8 cycles) in flexcop_dma_config_timer() argument
161 flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_004 : dma2_014; in flexcop_dma_config_timer()
[all …]
/linux-4.4.14/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-4.4.14/drivers/staging/vt6655/
Ddevice_main.c1092 u32 dma_idx; in vnt_tx_packet() local
1098 dma_idx = TYPE_AC0DMA; in vnt_tx_packet()
1100 dma_idx = TYPE_TXDMA0; in vnt_tx_packet()
1102 if (AVAIL_TD(priv, dma_idx) < 1) { in vnt_tx_packet()
1108 head_td = priv->apCurrTD[dma_idx]; in vnt_tx_packet()
1114 if (dma_idx == TYPE_AC0DMA) in vnt_tx_packet()
1117 priv->apCurrTD[dma_idx] = head_td->next; in vnt_tx_packet()
1121 vnt_generate_fifo_header(priv, dma_idx, head_td, skb); in vnt_tx_packet()
1143 priv->iTDUsed[dma_idx]++; in vnt_tx_packet()
Drxtx.c1275 int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx, in vnt_generate_fifo_header() argument
1400 dma_idx, head_td, is_pspoll); in vnt_generate_fifo_header()
/linux-4.4.14/include/uapi/drm/
Dsavage_drm.h111 unsigned int dma_idx; /* DMA buffer index to use */ member
/linux-4.4.14/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()