Searched refs:lanes_count (Results 1 – 3 of 3) sorted by relevance
2104 unsigned int lanes_count; in ov5670_init_controls() local2126 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_init_controls()2127 mipi_pixel_rate = OV5670_LINK_FREQ_422MHZ * 2 * lanes_count / 10; in ov5670_init_controls()2295 unsigned int lanes_count; in ov5670_set_pad_format() local2316 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_set_pad_format()2319 mipi_pixel_rate = div_s64(link_freq * 2 * lanes_count, 10); in ov5670_set_pad_format()2378 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_mipi_configure() local2382 OV5670_MIPI_SC_CTRL0_LANES(lanes_count) | in ov5670_mipi_configure()
1475 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_mipi_configure() local1479 OV8865_MIPI_SC_CTRL0_LANES(lanes_count) | in ov8865_mipi_configure()1490 if (lanes_count >= 2) { in ov8865_mipi_configure()1498 if (lanes_count >= 4) { in ov8865_mipi_configure()2247 unsigned int lanes_count; in ov8865_state_mipi_configure() local2289 lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_state_mipi_configure()2290 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov8865_state_mipi_configure()
2455 unsigned int lanes_count; member5123 u32 *lanes, unsigned int lanes_count, in qmp_combo_find_lanes_orientation() argument5129 if (mapping[i].lanes_count != lanes_count) in qmp_combo_find_lanes_orientation()5131 if (!memcmp(mapping[i].lanes, lanes, sizeof(u32) * lanes_count)) { in qmp_combo_find_lanes_orientation()