Home
last modified time | relevance | path

Searched refs:mipi_div (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/media/i2c/
Dov7251.c93 unsigned int mipi_div; member
174 .mipi_div = 0x05,
182 .mipi_div = 0x05,
190 .mipi_div = 0x05,
198 .mipi_div = 0x05,
835 configs->pll1[ov7251->link_freq_idx]->mipi_div); in ov7251_pll_configure()
Dov5648.c548 unsigned int mipi_div; member
677 .mipi_div = 1,
691 .mipi_div = 1,
1286 OV5648_PLL_CTRL1_MIPI_DIV(config->mipi_div)); in ov5648_mode_pll1_configure()
1514 return pll1_rate / config->sys_div / config->mipi_div / 2; in ov5648_mode_mipi_clk_rate()
Dov5640.c991 u8 mipi_div; in ov5640_set_mipi_pclk() local
1001 mipi_div = OV5640_MIPI_DIV_SCLK; in ov5640_set_mipi_pclk()
1003 mipi_div = OV5640_MIPI_DIV_PCLK; in ov5640_set_mipi_pclk()
1011 0xff, sysdiv << 4 | mipi_div); in ov5640_set_mipi_pclk()
Dov8865.c524 unsigned int mipi_div; member
721 .mipi_div = 3,
732 .mipi_div = 3,
1651 OV8865_PLL_CTRL4_MIPI_DIV(config->mipi_div)); in ov8865_mode_pll1_configure()