Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-v4l2.c253 struct m00460_evcnt_regmap __iomem *evcnt = in cobalt_dma_start_streaming() local
260 iowrite32(M00460_CONTROL_BITMAP_CLEAR_MSK, &evcnt->control); in cobalt_dma_start_streaming()
261 iowrite32(M00460_CONTROL_BITMAP_ENABLE_MSK, &evcnt->control); in cobalt_dma_start_streaming()
288 struct m00460_evcnt_regmap __iomem *evcnt = COBALT_CVI_EVCNT(cobalt, rx); in cobalt_start_streaming() local
307 iowrite32(M00460_CONTROL_BITMAP_CLEAR_MSK, &evcnt->control); in cobalt_start_streaming()
308 iowrite32(M00460_CONTROL_BITMAP_ENABLE_MSK, &evcnt->control); in cobalt_start_streaming()
355 struct m00460_evcnt_regmap __iomem *evcnt = in cobalt_dma_stop_streaming() local
359 iowrite32(0, &evcnt->control); in cobalt_dma_stop_streaming()