Searched refs:lanes_count (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
D | sun6i_mipi_csi2.c | 101 unsigned int lanes_count = in sun6i_mipi_csi2_configure() local 138 SUN6I_MIPI_CSI2_CFG_LANE_COUNT(lanes_count)); in sun6i_mipi_csi2_configure() 181 unsigned int lanes_count = in sun6i_mipi_csi2_s_stream() local 219 if (!lanes_count) { in sun6i_mipi_csi2_s_stream() 231 phy_mipi_dphy_get_default_config(pixel_rate, format->bpp, lanes_count, in sun6i_mipi_csi2_s_stream() 246 pixel_rate, format->bpp, lanes_count, in sun6i_mipi_csi2_s_stream()
|
/linux-6.6.21/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
D | sun8i_a83t_mipi_csi2.c | 150 unsigned int lanes_count = in sun8i_a83t_mipi_csi2_configure() local 172 SUN8I_A83T_MIPI_CSI2_CFG_N_LANE(lanes_count)); in sun8i_a83t_mipi_csi2_configure() 213 unsigned int lanes_count = in sun8i_a83t_mipi_csi2_s_stream() local 251 if (!lanes_count) { in sun8i_a83t_mipi_csi2_s_stream() 263 phy_mipi_dphy_get_default_config(pixel_rate, format->bpp, lanes_count, in sun8i_a83t_mipi_csi2_s_stream() 278 pixel_rate, format->bpp, lanes_count, in sun8i_a83t_mipi_csi2_s_stream()
|
/linux-6.6.21/drivers/media/i2c/ |
D | ov5670.c | 2107 unsigned int lanes_count; in ov5670_init_controls() local 2129 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_init_controls() 2130 mipi_pixel_rate = OV5670_LINK_FREQ_422MHZ * 2 * lanes_count / 10; in ov5670_init_controls() 2299 unsigned int lanes_count; in ov5670_set_pad_format() local 2320 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_set_pad_format() 2323 mipi_pixel_rate = div_s64(link_freq * 2 * lanes_count, 10); in ov5670_set_pad_format() 2383 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_mipi_configure() local 2387 OV5670_MIPI_SC_CTRL0_LANES(lanes_count) | in ov5670_mipi_configure()
|
D | ov8865.c | 1476 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()
|
D | ov5648.c | 1117 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()
|