Searched refs:s3cdma (Results 1 – 1 of 1) sorted by relevance
265 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_phy_valid() local266 const struct s3c24xx_dma_platdata *pdata = s3cdma->pdata; in s3c24xx_dma_phy_valid()275 if (s3cdma->sdata->has_reqsel) in s3c24xx_dma_phy_valid()292 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_get_phy() local298 for (i = 0; i < s3cdma->pdata->num_phy_channels; i++) { in s3c24xx_dma_get_phy()299 phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_get_phy()319 if (i == s3cdma->pdata->num_phy_channels) { in s3c24xx_dma_get_phy()320 dev_warn(&s3cdma->pdev->dev, "no phy channel available\n"); in s3c24xx_dma_get_phy()325 if (s3cdma->sdata->has_clocks) { in s3c24xx_dma_get_phy()328 dev_err(&s3cdma->pdev->dev, "could not enable clock for channel %d, err %d\n", in s3c24xx_dma_get_phy()[all …]