Home
last modified time | relevance | path

Searched refs:lanes_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/i2c/
H A Dov8865.c1476 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_mipi_configure() local
1480 OV8865_MIPI_SC_CTRL0_LANES(lanes_count) | in ov8865_mipi_configure()
1491 if (lanes_count >= 2) { in ov8865_mipi_configure()
1499 if (lanes_count >= 4) { in ov8865_mipi_configure()
2248 unsigned int lanes_count; in ov8865_state_mipi_configure() local
2290 lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_state_mipi_configure()
2291 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov8865_state_mipi_configure()
H A Dov5648.c1117 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov5648_mipi_configure() local
1128 OV5648_MIPI_SC_CTRL0_MIPI_LANES(lanes_count) | in ov5648_mipi_configure()
1699 unsigned int lanes_count; in ov5648_state_mipi_configure() local
1744 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5648_state_mipi_configure()
1745 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov5648_state_mipi_configure()