Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/tw686x/
Dtw686x-core.c106 dev->pending_dma_cmd &= ~BIT(channel); in tw686x_disable_channel()
121 dev->pending_dma_cmd |= dma_cmd | DMA_CMD_ENABLE | BIT(channel); in tw686x_enable_channel()
137 reg_write(dev, DMA_CMD, dev->pending_dma_cmd); in tw686x_dma_delay()
139 dev->pending_dma_cmd = 0; in tw686x_dma_delay()
156 dev->pending_dma_cmd |= dma_cmd; in tw686x_reset_channels()
Dtw686x.h145 u32 pending_dma_cmd; /* must be protected by lock */ member