Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-v4l2.c267 struct m00460_evcnt_regmap __iomem *evcnt = in cobalt_dma_start_streaming() local
274 iowrite32(M00460_CONTROL_BITMAP_CLEAR_MSK, &evcnt->control); in cobalt_dma_start_streaming()
275 iowrite32(M00460_CONTROL_BITMAP_ENABLE_MSK, &evcnt->control); in cobalt_dma_start_streaming()
302 struct m00460_evcnt_regmap __iomem *evcnt = COBALT_CVI_EVCNT(cobalt, rx); in cobalt_start_streaming() local
321 iowrite32(M00460_CONTROL_BITMAP_CLEAR_MSK, &evcnt->control); in cobalt_start_streaming()
322 iowrite32(M00460_CONTROL_BITMAP_ENABLE_MSK, &evcnt->control); in cobalt_start_streaming()
369 struct m00460_evcnt_regmap __iomem *evcnt = in cobalt_dma_stop_streaming() local
373 iowrite32(0, &evcnt->control); in cobalt_dma_stop_streaming()