Searched refs:chno (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dimx-ldb.c74 int chno; member in struct:imx_ldb_channel
120 if (imx_ldb_ch->chno == 0 || dual)
122 if (imx_ldb_ch->chno == 1 || dual)
126 if (imx_ldb_ch->chno == 0 || dual)
129 if (imx_ldb_ch->chno == 1 || dual)
168 static void imx_ldb_set_clock(struct imx_ldb *ldb, int mux, int chno, argument
174 clk_get_rate(ldb->clk_pll[chno]), serial_clk);
175 clk_set_rate(ldb->clk_pll[chno], serial_clk);
178 clk_get_rate(ldb->clk_pll[chno]));
181 clk_get_rate(ldb->clk[chno]),
420 imx_ldb_get_clk(struct imx_ldb *ldb, int chno) argument
[all...]
/linux-master/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c176 int chno; local
190 chno = pasemi_alloc_rx_chan();
191 chan->chno = chno;
193 base_hw_irq + num_txch + chno);
194 chan->status = &dma_status->rx_sta[chno];
197 chno = pasemi_alloc_tx_chan(type);
198 chan->chno = chno;
199 chan->irq = irq_create_mapping(NULL, base_hw_irq + chno);
[all...]
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-smfc.c19 int chno; member in struct:ipu_smfc
44 shift = smfc->chno * 4;
64 shift = smfc->chno * 3;
84 shift = smfc->chno * 6 + (smfc->chno > 1 ? 4 : 0);
135 struct ipu_smfc *ipu_smfc_get(struct ipu_soc *ipu, unsigned int chno) argument
141 if (chno >= 4)
144 smfc = &priv->channel[chno];
192 priv->channel[i].chno = i;
H A Dipu-common.c266 unsigned int chno = channel->num; local
268 ipu_cm_write(ipu, idma_mask(chno), IPU_CHA_CUR_BUF(chno));
425 unsigned int chno = channel->num; local
427 return (ipu_cm_read(ipu, IPU_CHA_CUR_BUF(chno)) & idma_mask(chno)) ? 1 : 0;
458 unsigned int chno = channel->num; local
465 ipu_cm_write(ipu, idma_mask(chno), IPU_CHA_BUF0_RDY(chno));
467 ipu_cm_write(ipu, idma_mask(chno), IPU_CHA_BUF1_RD
476 unsigned int chno = channel->num; local
519 ipu_idmac_channel_busy(struct ipu_soc *ipu, unsigned int chno) argument
682 int chno; member in struct:fsu_link_reg_info
[all...]
H A Dipu-dc.c94 int chno; member in struct:ipu_dc
366 priv->channels[i].chno = i;
H A Dipu-prv.h219 bool ipu_idmac_channel_busy(struct ipu_soc *ipu, unsigned int chno);
H A Dipu-cpmem.c893 int chno = ch->num; local
895 dev_dbg(ipu->dev, "ch %d word 0 - %08X %08X %08X %08X %08X\n", chno,
901 dev_dbg(ipu->dev, "ch %d word 1 - %08X %08X %08X %08X %08X\n", chno,
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx-ldb-helper.c62 if (ldb_ch->chno == 0 || is_split)
64 if (ldb_ch->chno == 1 || is_split)
68 if (ldb_ch->chno == 0 || is_split)
71 if (ldb_ch->chno == 1 || is_split)
98 if (ldb_ch->chno == 0 || is_split)
100 if (ldb_ch->chno == 1 || is_split)
160 ldb_ch->chno = i;
H A Dimx8qxp-ldb.c140 u32 chno = ldb_ch->chno; local
170 if (chno == 0)
191 regmap_update_bits(ldb->regmap, SS_CTRL, CH_VSYNC_M(chno), 0);
194 CH_VSYNC_M(chno), CH_PVSYNC(chno));
197 regmap_update_bits(ldb->regmap, SS_CTRL, CH_HSYNC_M(chno), 0);
200 CH_HSYNC_M(chno), CH_PHSYNC(chno));
237 if (ldb_ch->chno
[all...]
H A Dimx8qm-ldb.c140 u32 chno = ldb_ch->chno; local
171 if (ldb_ch->chno == 0 || is_split)
173 if (ldb_ch->chno == 1 || is_split)
181 if (ldb_ch->chno == 0 || is_split)
183 if (ldb_ch->chno == 1 || is_split)
191 regmap_update_bits(ldb->regmap, SS_CTRL, CH_VSYNC_M(chno), 0);
194 CH_VSYNC_M(chno), CH_PVSYNC(chno));
197 regmap_update_bits(ldb->regmap, SS_CTRL, CH_HSYNC_M(chno),
[all...]
H A Dimx-ldb-helper.h50 u32 chno; member in struct:ldb_channel
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c271 int chno; local
281 chno = ring->chan.chno;
290 write_dma_reg(PAS_DMA_TXCHAN_BASEL(chno),
295 write_dma_reg(PAS_DMA_TXCHAN_BASEU(chno), val);
316 write_dma_reg(PAS_DMA_TXCHAN_CFG(chno), cfg);
368 int chno; local
378 chno = ring->chan.chno;
400 write_dma_reg(PAS_DMA_RXCHAN_BASEL(chno),
452 int chno; local
[all...]
/linux-master/drivers/dma/
H A Dimx-dma.c410 int chno = imxdmac->channel; local
432 tmp = imx_dmav1_readl(imxdma, DMA_CCR(chno));
442 imx_dmav1_writel(imxdma, tmp, DMA_CCR(chno));
445 DMA_CCR(chno));
449 imx_dmav1_writel(imxdma, tmp, DMA_CCR(chno));
465 imx_dmav1_writel(imxdma, 0, DMA_CCR(chno));
/linux-master/include/video/
H A Dimx-ipu-v3.h479 struct ipu_smfc *ipu_smfc_get(struct ipu_soc *ipu, unsigned int chno);
/linux-master/arch/powerpc/include/asm/
H A Dpasemi_dma.h471 int chno; /* Channel number */ member in struct:pasemi_dmachan

Completed in 315 milliseconds