Searched refs:s3cdma (Results 1 – 1 of 1) sorted by relevance
264 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_phy_valid() local265 const struct s3c24xx_dma_platdata *pdata = s3cdma->pdata; in s3c24xx_dma_phy_valid()274 if (s3cdma->sdata->has_reqsel) in s3c24xx_dma_phy_valid()291 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_get_phy() local292 const struct s3c24xx_dma_platdata *pdata = s3cdma->pdata; in s3c24xx_dma_get_phy()302 for (i = 0; i < s3cdma->pdata->num_phy_channels; i++) { in s3c24xx_dma_get_phy()303 phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_get_phy()323 if (i == s3cdma->pdata->num_phy_channels) { in s3c24xx_dma_get_phy()324 dev_warn(&s3cdma->pdev->dev, "no phy channel available\n"); in s3c24xx_dma_get_phy()329 if (s3cdma->sdata->has_clocks) { in s3c24xx_dma_get_phy()[all …]