Home
last modified time | relevance | path

Searched refs:phy_data_rate (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H A Dmipi_tx_hal.c153 static unsigned char mipi_tx_drv_get_phy_pll_set0(unsigned int phy_data_rate) in mipi_tx_drv_get_phy_pll_set0() argument
158 if (phy_data_rate > 750) { // 750 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0()
160 } else if (phy_data_rate > 375) { // 375 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0()
162 } else if (phy_data_rate > 188) { // 188 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0()
164 } else if (phy_data_rate > 94) { // 94 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0()
172 static void mipi_tx_drv_get_phy_pll_set1_set5(unsigned int phy_data_rate, in mipi_tx_drv_get_phy_pll_set1_set5() argument
180 datarate_clk = (phy_data_rate + MIPI_TX_REF_CLK - 1) / MIPI_TX_REF_CLK; in mipi_tx_drv_get_phy_pll_set1_set5()
205 static void mipi_tx_drv_set_phy_pll_setx(unsigned int phy_data_rate) in mipi_tx_drv_set_phy_pll_setx() argument
217 pll_set0 = mipi_tx_drv_get_phy_pll_set0(phy_data_rate); in mipi_tx_drv_set_phy_pll_setx()
221 mipi_tx_drv_get_phy_pll_set1_set5(phy_data_rate, pll_set in mipi_tx_drv_set_phy_pll_setx()
[all...]
H A Dhi_mipi_tx.h74 unsigned int phy_data_rate; /* mbps */ member
H A Dmipi_tx.c329 "devno", "lane0", "lane1", "lane2", "lane3", "output_mode", "phy_data_rate", "pixel_clk(KHz)", in mipi_tx_proc_dev_show()
339 pdev_cfg->phy_data_rate, in mipi_tx_proc_dev_show()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_mipi_tx.h71 unsigned int phy_data_rate; /* mbps */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_mipi_tx.h71 unsigned int phy_data_rate; /* mbps */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vo.c58 .phy_data_rate = 945,
79 .phy_data_rate = 945,
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_ai.c195 pstMipiTxConfig->phy_data_rate = 359; // 359: MIPI Tx output rate in SAMPLE_GetMipiTxConfig()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.c161 pstMipiTxConfig->phy_data_rate = 359; // 359: MIPI Tx output rate in SAMPLE_GetMipiTxConfig()

Completed in 10 milliseconds