Lines Matching refs:clkloss
285 struct m00479_clk_loss_detector_regmap __iomem *clkloss; in cobalt_start_streaming() local
305 clkloss = COBALT_CVI_CLK_LOSS(cobalt, rx); in cobalt_start_streaming()
316 iowrite32(clk_freq / 1000000, &clkloss->ref_clk_cnt_val); in cobalt_start_streaming()
320 &clkloss->test_clk_cnt_val); in cobalt_start_streaming()
332 iowrite32(M00479_CTRL_BITMAP_ENABLE_MSK, &clkloss->ctrl); in cobalt_start_streaming()
395 struct m00479_clk_loss_detector_regmap __iomem *clkloss; in cobalt_stop_streaming() local
416 clkloss = COBALT_CVI_CLK_LOSS(cobalt, rx); in cobalt_stop_streaming()
420 iowrite32(0, &clkloss->ctrl); in cobalt_stop_streaming()
498 struct m00479_clk_loss_detector_regmap __iomem *clkloss; in cobalt_video_input_status_show() local
508 clkloss = COBALT_CVI_CLK_LOSS(cobalt, rx); in cobalt_video_input_status_show()
564 (ioread32(&clkloss->ctrl) & M00479_CTRL_BITMAP_ENABLE_MSK) ? in cobalt_video_input_status_show()
566 (ioread32(&clkloss->status) & M00479_STATUS_BITMAP_CLOCK_MISSING_MSK) ? in cobalt_video_input_status_show()