Searched refs:evcnt (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | mmap.c | 497 s64 evcnt = read_perf_counter(idx - 1); in perf_mmap__read_self() local 500 evcnt <<= 64 - width; in perf_mmap__read_self() 501 evcnt >>= 64 - width; in perf_mmap__read_self() 502 cnt += evcnt; in perf_mmap__read_self()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 253 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() 601 cobalt_info("tx: evcnt: %d\n", ioread32(&vo->rd_evcnt_count)); in cobalt_log_status()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 253 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() 601 cobalt_info("tx: evcnt: %d\n", ioread32(&vo->rd_evcnt_count)); in cobalt_log_status()
|
Completed in 5 milliseconds