Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/
Ds3c24xx-dma.c258 static bool s3c24xx_dma_phy_valid(struct s3c24xx_dma_chan *s3cchan, in s3c24xx_dma_phy_valid() argument
261 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_phy_valid()
263 struct s3c24xx_dma_channel *cdata = &pdata->channels[s3cchan->id]; in s3c24xx_dma_phy_valid()
267 if (!s3cchan->slave) in s3c24xx_dma_phy_valid()
286 struct s3c24xx_dma_phy *s3c24xx_dma_get_phy(struct s3c24xx_dma_chan *s3cchan) in s3c24xx_dma_get_phy() argument
288 struct s3c24xx_dma_engine *s3cdma = s3cchan->host; in s3c24xx_dma_get_phy()
300 if (!s3c24xx_dma_phy_valid(s3cchan, phy)) in s3c24xx_dma_get_phy()
306 phy->serving = s3cchan; in s3c24xx_dma_get_phy()
370 static u32 s3c24xx_dma_getbytes_chan(struct s3c24xx_dma_chan *s3cchan) in s3c24xx_dma_getbytes_chan() argument
372 struct s3c24xx_dma_phy *phy = s3cchan->phy; in s3c24xx_dma_getbytes_chan()
[all …]