Home
last modified time | relevance | path

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

/arch/mips/alchemy/common/
Ddbdma.c259 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local
271 stp = find_dbdev_id(srcid); in au1xxx_dbdma_chan_alloc()
272 if (stp == NULL) in au1xxx_dbdma_chan_alloc()
282 if (!(stp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc()
283 (stp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc()
285 stp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc()
292 stp->dev_flags &= ~DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc()
325 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc()
332 if (stp->dev_intlevel) in au1xxx_dbdma_chan_alloc()
334 if (stp->dev_intpolarity) in au1xxx_dbdma_chan_alloc()
[all …]