Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Ds3c24xx-dma.c261 static bool s3c24xx_dma_phy_valid(struct s3c24xx_dma_chan *s3cchan, in s3c24xx_dma_phy_valid() argument
264 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() argument
291 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 …]