Lines Matching refs:clkloss
299 struct m00479_clk_loss_detector_regmap __iomem *clkloss; in cobalt_start_streaming() local
319 clkloss = COBALT_CVI_CLK_LOSS(cobalt, rx); in cobalt_start_streaming()
330 iowrite32(clk_freq / 1000000, &clkloss->ref_clk_cnt_val); in cobalt_start_streaming()
334 &clkloss->test_clk_cnt_val); in cobalt_start_streaming()
346 iowrite32(M00479_CTRL_BITMAP_ENABLE_MSK, &clkloss->ctrl); in cobalt_start_streaming()
409 struct m00479_clk_loss_detector_regmap __iomem *clkloss; in cobalt_stop_streaming() local
430 clkloss = COBALT_CVI_CLK_LOSS(cobalt, rx); in cobalt_stop_streaming()
434 iowrite32(0, &clkloss->ctrl); in cobalt_stop_streaming()
517 struct m00479_clk_loss_detector_regmap __iomem *clkloss; in cobalt_video_input_status_show() local
527 clkloss = COBALT_CVI_CLK_LOSS(cobalt, rx); in cobalt_video_input_status_show()
583 (ioread32(&clkloss->ctrl) & M00479_CTRL_BITMAP_ENABLE_MSK) ? in cobalt_video_input_status_show()
585 (ioread32(&clkloss->status) & M00479_STATUS_BITMAP_CLOCK_MISSING_MSK) ? in cobalt_video_input_status_show()