Searched refs:v_freq (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hpo_dp_stream_encoder.c | 200 uint64_t v_freq; in dcn31_hpo_dp_stream_enc_set_stream_attribute() local 363 v_freq = (uint64_t)hw_crtc_timing.pix_clk_100hz * 100; in dcn31_hpo_dp_stream_enc_set_stream_attribute() 382 MSA_DATA_LANE_3, v_freq >> 40); in dcn31_hpo_dp_stream_enc_set_stream_attribute() 388 MSA_DATA_LANE_3, (v_freq >> 32) & 0xff); in dcn31_hpo_dp_stream_enc_set_stream_attribute() 394 MSA_DATA_LANE_3, (v_freq >> 24) & 0xff); in dcn31_hpo_dp_stream_enc_set_stream_attribute() 400 MSA_DATA_LANE_3, (v_freq >> 16) & 0xff); in dcn31_hpo_dp_stream_enc_set_stream_attribute() 406 MSA_DATA_LANE_3, (v_freq >> 8) & 0xff); in dcn31_hpo_dp_stream_enc_set_stream_attribute() 412 MSA_DATA_LANE_3, v_freq & 0xff); in dcn31_hpo_dp_stream_enc_set_stream_attribute()
|
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 50 u8 v_freq; member 208 stds[i].v_freq << ADV748X_IO_DATAPATH_VFREQ_SHIFT); in adv748x_hdmi_set_video_timings()
|
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 50 u8 v_freq; member 208 stds[i].v_freq << ADV748X_IO_DATAPATH_VFREQ_SHIFT); in adv748x_hdmi_set_video_timings()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7604.c | 233 u8 v_freq; member 923 io_write(sd, 0x01, (predef_vid_timings[i].v_freq << 4) + in find_and_set_predefined_video_timings() 924 prim_mode); /* v_freq and prim mode */ in find_and_set_predefined_video_timings() 2566 v4l2_info(sd, "Prim-mode = 0x%x, video std = 0x%x, v_freq = 0x%x\n", in adv76xx_log_status()
|
H A D | adv7842.c | 160 u8 v_freq; member 990 /* v_freq and prim mode */ in find_and_set_predefined_video_timings() 991 io_write(sd, 0x01, (predef_vid_timings[i].v_freq << 4) + prim_mode); in find_and_set_predefined_video_timings() 2751 v4l2_info(sd, "Prim-mode = 0x%x, video std = 0x%x, v_freq = 0x%x\n", in adv7842_cp_log_status()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7604.c | 240 u8 v_freq; member 937 io_write(sd, 0x01, (predef_vid_timings[i].v_freq << 4) + in find_and_set_predefined_video_timings() 938 prim_mode); /* v_freq and prim mode */ in find_and_set_predefined_video_timings() 2598 v4l2_info(sd, "Prim-mode = 0x%x, video std = 0x%x, v_freq = 0x%x\n", in adv76xx_log_status()
|
H A D | adv7842.c | 162 u8 v_freq; member 978 /* v_freq and prim mode */ in find_and_set_predefined_video_timings() 979 io_write(sd, 0x01, (predef_vid_timings[i].v_freq << 4) + prim_mode); in find_and_set_predefined_video_timings() 2760 v4l2_info(sd, "Prim-mode = 0x%x, video std = 0x%x, v_freq = 0x%x\n", in adv7842_cp_log_status()
|
Completed in 36 milliseconds