Searched refs:mstr_prop (Results 1 – 1 of 1) sorted by relevance
537 struct sdw_master_prop *mstr_prop = &bus->prop; in sdw_compute_bus_params() local549 if (mstr_prop->num_clk_gears) { in sdw_compute_bus_params()550 clk_values = mstr_prop->num_clk_gears; in sdw_compute_bus_params()551 clk_buf = mstr_prop->clk_gears; in sdw_compute_bus_params()553 } else if (mstr_prop->num_clk_freq) { in sdw_compute_bus_params()554 clk_values = mstr_prop->num_clk_freq; in sdw_compute_bus_params()555 clk_buf = mstr_prop->clk_freq; in sdw_compute_bus_params()573 if (curr_dr_freq * (mstr_prop->default_col - 1) >= in sdw_compute_bus_params()633 if (!mstr_prop->default_frame_rate || !mstr_prop->default_row) in sdw_compute_bus_params()636 mstr_prop->default_col = curr_dr_freq / mstr_prop->default_frame_rate / in sdw_compute_bus_params()[all …]