Searched refs:mstr_prop (Results 1 – 1 of 1) sorted by relevance
544 struct sdw_master_prop *mstr_prop = &bus->prop; in sdw_compute_bus_params() local556 if (mstr_prop->num_clk_gears) { in sdw_compute_bus_params()557 clk_values = mstr_prop->num_clk_gears; in sdw_compute_bus_params()558 clk_buf = mstr_prop->clk_gears; in sdw_compute_bus_params()560 } else if (mstr_prop->num_clk_freq) { in sdw_compute_bus_params()561 clk_values = mstr_prop->num_clk_freq; in sdw_compute_bus_params()562 clk_buf = mstr_prop->clk_freq; in sdw_compute_bus_params()580 if (curr_dr_freq * (mstr_prop->default_col - 1) >= in sdw_compute_bus_params()640 if (!mstr_prop->default_frame_rate || !mstr_prop->default_row) in sdw_compute_bus_params()643 mstr_prop->default_col = curr_dr_freq / mstr_prop->default_frame_rate / in sdw_compute_bus_params()[all …]
Completed in 5 milliseconds