Searched refs:s3cchan (Results 1 – 1 of 1) sorted by relevance
261 static bool s3c24xx_dma_phy_valid(struct s3c24xx_dma_chan *s3cchan, in s3c24xx_dma_phy_valid() argument264 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_phy_valid()266 struct s3c24xx_dma_channel *cdata = &pdata->channels[s3cchan->id]; in s3c24xx_dma_phy_valid()270 if (!s3cchan->slave) in s3c24xx_dma_phy_valid()289 struct s3c24xx_dma_phy *s3c24xx_dma_get_phy(struct s3c24xx_dma_chan *s3cchan) in s3c24xx_dma_get_phy() argument291 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_get_phy()299 if (s3cchan->slave) in s3c24xx_dma_get_phy()300 cdata = &pdata->channels[s3cchan->id]; in s3c24xx_dma_get_phy()308 if (!s3c24xx_dma_phy_valid(s3cchan, phy)) in s3c24xx_dma_get_phy()314 phy->serving = s3cchan; in s3c24xx_dma_get_phy()[all …]