Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov8865.c1422 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_mipi_configure() local
1426 OV8865_MIPI_SC_CTRL0_LANES(lanes_count) | in ov8865_mipi_configure()
1437 if (lanes_count >= 2) { in ov8865_mipi_configure()
1445 if (lanes_count >= 4) { in ov8865_mipi_configure()
2171 unsigned int lanes_count; in ov8865_state_mipi_configure() local
2213 lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_state_mipi_configure()
2214 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov8865_state_mipi_configure()
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()