Searched refs:v_freq (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
H A D | adv7842.c | 162 u8 v_freq; member 979 io_write(sd, 0x01, (predef_vid_timings[i].v_freq << 4) + prim_mode); in find_and_set_predefined_video_timings()
|