Lines Matching refs:l
192 int port_bo, i, l; in _sdw_compute_port_params() local
196 for (l = 0; l < SDW_MAX_LANES; l++) { in _sdw_compute_port_params()
197 if (l > 0 && !bus->lane_used_bandwidth[l]) in _sdw_compute_port_params()
202 if (params[i].lane != l) in _sdw_compute_port_params()
231 int i, l, column_needed; in sdw_compute_group_params() local
267 for (l = 0; l < SDW_MAX_LANES; l++) { in sdw_compute_group_params()
268 if (l > 0 && !bus->lane_used_bandwidth[l]) in sdw_compute_group_params()
273 if (params[i].lane != l) in sdw_compute_group_params()
499 int l; in get_manager_lane() local
501 for (l = 1; l < SDW_MAX_LANES; l++) { in get_manager_lane()
502 if (!slave_prop->lane_maps[l]) in get_manager_lane()
512 curr_dr_freq - bus->lane_used_bandwidth[l]) { in get_manager_lane()
515 slave_prop->lane_maps[l])) { in get_manager_lane()
518 slave_prop->lane_maps[l]); in get_manager_lane()
521 m_lane = slave_prop->lane_maps[l]; in get_manager_lane()
523 bus->lane_used_bandwidth[l] += required_bandwidth; in get_manager_lane()
551 int i, l, clk_values, ret; in sdw_compute_bus_params() local
619 for (l = 1; l < SDW_MAX_LANES; l++) { in sdw_compute_bus_params()
620 if (slave_prop->lane_maps[l] == m_lane) { in sdw_compute_bus_params()
622 s_p_rt->lane = l; in sdw_compute_bus_params()
625 l, s_p_rt->num); in sdw_compute_bus_params()