Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/ !
Ds3c24xx-dma.c261 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_phy_valid() local
262 const struct s3c24xx_dma_platdata *pdata = s3cdma->pdata; in s3c24xx_dma_phy_valid()
271 if (s3cdma->sdata->has_reqsel) in s3c24xx_dma_phy_valid()
288 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_get_phy() local
294 for (i = 0; i < s3cdma->pdata->num_phy_channels; i++) { in s3c24xx_dma_get_phy()
295 phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_get_phy()
315 if (i == s3cdma->pdata->num_phy_channels) { in s3c24xx_dma_get_phy()
316 dev_warn(&s3cdma->pdev->dev, "no phy channel available\n"); in s3c24xx_dma_get_phy()
321 if (s3cdma->sdata->has_clocks) { in s3c24xx_dma_get_phy()
324 dev_err(&s3cdma->pdev->dev, "could not enable clock for channel %d, err %d\n", in s3c24xx_dma_get_phy()
[all …]